renamed win32_help folder, which seemed a bit misleading, to win32_helper.
[feisty_meow.git] / scripts / generator / vis_stu_vars.sh
index bb5dbc014b42339cd1deb84855a76f5773e5a240..670c04ca256c91b11b36da6048f3f3eab2cfc84e 100755 (executable)
@@ -12,8 +12,8 @@ function print_usage {
   echo ""
 }
 
-chmod 755 $PRODUCTION_DIR/win32_help/*.exe
-export PATH=$PRODUCTION_DIR/win32_help:$PATH
+chmod 755 $PRODUCTION_DIR/win32_helper/*.exe
+export PATH=$PRODUCTION_DIR/win32_helper:$PATH
 
 # we try to use the most recent compiler location, and work backwards as
 # needed for the supported range (10 = vs 2010, 9 = vs 2008, 8 = vs 2005).