X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Ftarget_runner.sh;h=c61bbc056ee4e44cafa403fcdb468901fc4691b5;hb=HEAD;hp=d7b1ed338184f9ac492a6ecec001aaf7071b8303;hpb=19ab994d8ea15bf16ed2f20c651f1a1d5abd12e3;p=feisty_meow.git diff --git a/scripts/clam/target_runner.sh b/scripts/clam/target_runner.sh old mode 100755 new mode 100644 index d7b1ed33..c61bbc05 --- a/scripts/clam/target_runner.sh +++ b/scripts/clam/target_runner.sh @@ -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.