X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Ftarget_runner.sh;h=c61bbc056ee4e44cafa403fcdb468901fc4691b5;hb=8ddda6bbdd50689d91bc1b1672bf8a0a7092b7ab;hp=553463f06007f5fb150028a0cdb89af173d4b88f;hpb=34d1cb2e8687b826357db1d3821bf9e05cf6f13d;p=feisty_meow.git diff --git a/scripts/clam/target_runner.sh b/scripts/clam/target_runner.sh index 553463f0..c61bbc05 100644 --- a/scripts/clam/target_runner.sh +++ b/scripts/clam/target_runner.sh @@ -23,7 +23,7 @@ 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 + 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