X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Frev_control.sh;h=f809f5f1513de993e598210f18a47eb83e949fa6;hb=f6cd637b4e8ac3663ad196cdfa2fab088201471f;hp=6f4a1b41bfd6bdd0432ca1836fc5308184f644d2;hpb=37ff5eee71312893b981aed1a3998520007de5b5;p=feisty_meow.git diff --git a/scripts/rev_control/rev_control.sh b/scripts/rev_control/rev_control.sh index 6f4a1b41..f809f5f1 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. -export TMP=/tmp/rev_control +export TMP=/tmp/rev_control_$USER if [ ! -d "$TMP" ]; then mkdir $TMP fi