From ac2ae0cd37ecbcae6670eb375934725adc4c30c4 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 27 2011 16:47:13 +0000 Subject: Update cli_printActionPreamble.sh: - Do not limit file verification to just regular files. Remember that documentation entries have dependent entries and they are stored inside a directory. In order to remove the directory that stores dependent documentation entries such directory should be passed to the list of entries we want to remove and if that list doesn't accept directories when passed through cli_printActionPreamble then the elimination flow would stop without perform the elimination action at all. - Use default file verifcation (`-a') instead. --- diff --git a/Scripts/Bash/centos-art/Functions/cli_printActionPreamble.sh b/Scripts/Bash/centos-art/Functions/cli_printActionPreamble.sh index f3bcc8f..aaaa2ef 100755 --- a/Scripts/Bash/centos-art/Functions/cli_printActionPreamble.sh +++ b/Scripts/Bash/centos-art/Functions/cli_printActionPreamble.sh @@ -46,7 +46,7 @@ function cli_printActionPreamble { cli_printMessage "`gettext "There is no file to process."`" 'AsErrorLine' cli_printMessage "$(caller)" 'AsToKnowMoreLine' else - cli_checkFiles "${FILES}" 'f' + cli_checkFiles "${FILES}" fi # Verify that all function parameters are passed. If they are not,