numerous minor changes to either use the sep function instead of old name of 'line...
[feisty_meow.git] / scripts / clam / cpp / rebuild_oldies.sh
index 92e83a748a054c946cdb8eb290ae7e6409429ae7..02d3353538cf578ec26affc903d297b414519ea5 100755 (executable)
@@ -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 [$(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 "${@}"