4ff014
Update invocation of cli_printMessage function in cli_getTemporalFile.sh.
@@ -35,8 +35,7 @@ function cli_getTemporalFile {
|
|
35
35
|
# Check default base name for temporal file, it can't be an empty
|
36
36
|
# value.
|
37
37
|
if [[ "$NAME" == '' ]];then
|
38
|
-
cli_printMessage
|
38
|
+
cli_printMessage "`gettext "First argument cannot be empty."`" --as-error-line
|
39
|
-
cli_printMessage "${FUNCDIRNAM}" 'AsToKnowMoreLine'
|
40
39
|
fi
|
41
40
|
|
42
41
|
# Define source location where temporal files will be stored.
|