From 221023f42df80f7887253699fd09cfdd30f182af Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 21 Feb 2012 20:23:34 -0500 Subject: [PATCH] making sure we can execute the few win32 apps. --- scripts/generator/vis_stu_vars.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 scripts/generator/vis_stu_vars.sh diff --git a/scripts/generator/vis_stu_vars.sh b/scripts/generator/vis_stu_vars.sh old mode 100644 new mode 100755 index 4addbe7e..db431946 --- a/scripts/generator/vis_stu_vars.sh +++ b/scripts/generator/vis_stu_vars.sh @@ -12,6 +12,7 @@ function print_usage { echo "" } +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 -- 2.34.1