X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Ftarget_runner.sh;h=553463f06007f5fb150028a0cdb89af173d4b88f;hb=a1a786edd84c7fe37284dad35834f3c011ac0576;hp=d7b1ed338184f9ac492a6ecec001aaf7071b8303;hpb=e66f47c936e8b86047a2dffb356a67b74b9629db;p=feisty_meow.git diff --git a/scripts/clam/target_runner.sh b/scripts/clam/target_runner.sh index d7b1ed33..553463f0 100755 --- a/scripts/clam/target_runner.sh +++ b/scripts/clam/target_runner.sh @@ -24,7 +24,7 @@ if [ ! -z "${RUN_TARGETS}" -a ! -z "${RUN_ALL_TESTS}" ]; then 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, + # 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.