From: Chris Koeritz Date: Tue, 4 Dec 2012 20:51:22 +0000 (-0500) Subject: minor update X-Git-Tag: 2.140.90~1172 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=7f3873180608e1f5e23aa547e38811df3721bcea;p=feisty_meow.git minor update --- diff --git a/scripts/rev_control/rev_control.sh b/scripts/rev_control/rev_control.sh index 84a50393..291a1fcf 100644 --- a/scripts/rev_control/rev_control.sh +++ b/scripts/rev_control/rev_control.sh @@ -7,7 +7,7 @@ # is a DOS path, but we need it to be a DOS path for our XSEDE testing, so that blows. # to get past this, TMP gets changed below to a hopefully generic and safe place. -if [[ $TMP =~ .:.* ]]; then +if [[ "$TMP" =~ .:.* ]]; then echo making weirdo temporary directory for DOS path. export TMP=/tmp/rev_control_$USER fi