X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Frev_control%2Frev_control.sh;h=291a1fcff5ebea6015b0c01c2a4a5f06f56f3008;hb=b51411a29f1a751a09e69f5676afeea24a94ac83;hp=84a5039345f317b5c2c0b91bc0370e2c606aab1a;hpb=f0948278c299055f3add07f3f245d087a54e4aaa;p=feisty_meow.git 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