resurrecting the gnu c++ build on windows
[feisty_meow.git] / scripts / clam / cpp / rebuild_oldies.sh
index 92e83a748a054c946cdb8eb290ae7e6409429ae7..0edc0072dd505cf4770a237b02d1af092e8678bd 100644 (file)
@@ -1,12 +1,12 @@
 #!/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 "${@}"
   rm -f $BUILD_LIST_FILE $BUILD_WHACK_FILE
   if [ $? -ne 0 ]; then
-    . "$CLAM_DIR/exit_make.sh"
+    . "$CLAM_SCRIPTS/exit_make.sh"
   fi
 fi