From: Chris Koeritz Date: Thu, 22 Mar 2012 15:04:08 +0000 (-0400) Subject: somehow path had gotten unhooked. X-Git-Tag: 2.140.90~1463^2 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=d82928dabf855977779d6e6778a3581b0225addb;p=feisty_meow.git somehow path had gotten unhooked. --- diff --git a/scripts/generator/vis_stu_vars.sh b/scripts/generator/vis_stu_vars.sh index e50e4c67..bb5dbc01 100755 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -59,7 +59,7 @@ export WindowsSdkDir="$PLATFORM_DIR" #echo platform dir is $PLATFORM_DIR #echo "path before is $PATH" -#export PATH="$DevEnvDir:$VCINSTALLDIR/BIN:$VSxTOOLS:$VSxTOOLS/bin:$FrameworkDir/$FrameworkVersion:$FrameworkDir/v3.5:$VCINSTALLDIR/VCPackages:$VSINSTALLDIR/Common7/Tools:$PLATFORM_DIR/bin:$PATH" +export PATH="$DevEnvDir:$VCINSTALLDIR/BIN:$VSxTOOLS:$VSxTOOLS/bin:$FrameworkDir/$FrameworkVersion:$FrameworkDir/v3.5:$VCINSTALLDIR/VCPackages:$VSINSTALLDIR/Common7/Tools:$PLATFORM_DIR/bin:$PATH" #hmmm: yuck! wake me up when we don't need all of those in the path. #echo "path after is $PATH"