235dfc Update cli_getTemporalFile.sh to add the current locale information to

Authored and Committed by areguera 13 years ago
    Update cli_getTemporalFile.sh to add the current locale information to
    the temporal file name. This helps to identify temporal files a bit
    more and also make them more unique.
    
    
        
Scripts/Bash/Functions/cli_getTemporalFile.sh CHANGED
@@ -42,7 +42,7 @@ function cli_getTemporalFile {
42
42
cli_printMessage "cli_getTemporalFile: `gettext "First argument cannot be empty."`"
43
43
cli_printMessage "$(caller)" 'AsToKnowMoreLine'
44
44
else
45
- NAME="-$(cli_getRepoName "$1" 'f')"
45
+ NAME="-$(cli_getCurrentLocale)-$(cli_getRepoName "$1" 'f')"
46
46
fi
47
47
48
48
# Define default source location where temporal files will be stored.