updates for less shelly behavior
[feisty_meow.git] / scripts / clam / target_runner.sh
old mode 100755 (executable)
new mode 100644 (file)
index d7b1ed3..c61bbc0
@@ -23,8 +23,8 @@ if [ ! -z "${RUN_TARGETS}" -a ! -z "${RUN_ALL_TESTS}" ]; then
     total_exitval=0;
     for program_name in ${RUN_TARGETS}; do
       base=$(basename $program_name);
-      if [ "$OP_SYSTEM" == "WIN32" ]; then
-        # extra step to force win32 apps to stay held in our grip,
+      if [ "$OPERATING_SYSTEM" == "WIN32" ]; then
+        # extra step to force win32 applications to stay held in our grip,
         # since they will float off and appear to have stopped when
         # run by cygwin.  but by grabbing the i/o stream, we know it's
         # running until it's done.