From 6713ca463090cdf980ee270b0e55fd5b23b5b7af Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jan 20 2011 14:56:46 +0000 Subject: Update cli_readFileContent.sh. --- diff --git a/Scripts/Bash/Functions/cli_readFileContent.sh b/Scripts/Bash/Functions/cli_readFileContent.sh index 8c854de..3725705 100644 --- a/Scripts/Bash/Functions/cli_readFileContent.sh +++ b/Scripts/Bash/Functions/cli_readFileContent.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# cli_readFileContent.sh -- This function outputs content files, passed -# as first argument, to standard output as specified by second +# cli_readFileContent.sh -- This function outputs content of files, +# passed as first argument, to standard output as specified by second # argument. # # Copyright (C) 2009-2011 Alain Reguera Delgado @@ -29,7 +29,7 @@ function cli_readFileContent { local FILES="$1" - # Verify existence of files. + # Verify existence of files but don't stop if it doesn't exist. cli_checkFiles "$FILES" # Print content of files to standard output.