From 4ff01405bed7610aa76507ba0170b72a715589bb Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 04 2011 15:36:43 +0000 Subject: Update invocation of cli_printMessage function in cli_getTemporalFile.sh. --- diff --git a/Scripts/Functions/cli_getTemporalFile.sh b/Scripts/Functions/cli_getTemporalFile.sh index 6fb7747..35db859 100755 --- a/Scripts/Functions/cli_getTemporalFile.sh +++ b/Scripts/Functions/cli_getTemporalFile.sh @@ -35,8 +35,7 @@ function cli_getTemporalFile { # Check default base name for temporal file, it can't be an empty # value. if [[ "$NAME" == '' ]];then - cli_printMessage "${FUNCNAME}: `gettext "First argument cannot be empty."`" - cli_printMessage "${FUNCDIRNAM}" 'AsToKnowMoreLine' + cli_printMessage "`gettext "First argument cannot be empty."`" --as-error-line fi # Define source location where temporal files will be stored.