X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fcpp%2Frebuild_oldies.sh;h=fa3b4003b761ae09fa0b7048a7563ee984c6df66;hb=ab4b5d4fed894a8ea469252d393005eec1221d3e;hp=21a49c29e2b491237f6f91f0528dad899e34703e;hpb=75c2d52632eac5470a48d9b44feb336474a187d8;p=feisty_meow.git diff --git a/scripts/clam/cpp/rebuild_oldies.sh b/scripts/clam/cpp/rebuild_oldies.sh index 21a49c29..fa3b4003 100755 --- a/scripts/clam/cpp/rebuild_oldies.sh +++ b/scripts/clam/cpp/rebuild_oldies.sh @@ -1,6 +1,6 @@ #!/bin/bash if [ -f "$BUILD_LIST_FILE" ]; then - echo Compiling [$(cat $BUILD_LIST_FILE | while read line; do echo $(basename $line); done )] + echo Compiling Objects [$(cat $BUILD_LIST_FILE | while read input_text; do echo $(basename $input_text); done )] rm -f $(cat $BUILD_WHACK_FILE) #echo got line to run: $* eval "${@}"