From e38b623b199cc8cbdd18f50cc0a176fe1bdb90ca Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 10 2013 18:54:42 +0000 Subject: Update tcar_printVersion.sh file. - Previously, the tcar_printVersion function printed different to that suggested by GNU standards (see: info standards). This commit uses GNU standard suggestion for printing versions. --- diff --git a/Automation/Scripts/tcar_printVersion.sh b/Automation/Scripts/tcar_printVersion.sh index d39edc3..edc74d9 100755 --- a/Automation/Scripts/tcar_printVersion.sh +++ b/Automation/Scripts/tcar_printVersion.sh @@ -28,7 +28,7 @@ function tcar_printVersion { - tcar_printMessage "`eval_gettext "Running module \\\${MODULE_NAME} (v\\\${MODULE_VERSION}) through \\\${TCAR_SCRIPT_NAME} (v\\\${TCAR_SCRIPT_VERSION})."`" --as-stdout-line + tcar_printMessage "${MODULE_NAME} (${TCAR_SCRIPT_NAME} v${TCAR_SCRIPT_VERSION})" --as-stdout-line exit 0 }