oops, wrong side of if.
[feisty_meow.git] / scripts / generator / vis_stu_vars.sh
old mode 100644 (file)
new mode 100755 (executable)
index 7dce596..db43194
@@ -12,9 +12,8 @@ function print_usage {
   echo ""
 }
 
-if [ "$OPERATING_SYSTEM" == "WIN32" ]; then
-  export PATH=$PRODUCTION_DIR/win32_help:$PATH
-fi
+chmod 755 $PRODUCTION_DIR/win32_help/*.exe
+export PATH=$PRODUCTION_DIR/win32_help:$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).