From 7f3873180608e1f5e23aa547e38811df3721bcea Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 4 Dec 2012 15:51:22 -0500 Subject: [PATCH] minor update --- scripts/rev_control/rev_control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1