more fixes from windows.
[feisty_meow.git] / scripts / clam / cpp / rebuild_oldies.sh
old mode 100644 (file)
new mode 100755 (executable)
index b502a38..21a49c2
@@ -3,7 +3,7 @@ if [ -f "$BUILD_LIST_FILE" ]; then
        echo Compiling [$(cat $BUILD_LIST_FILE | while read line; do echo $(basename $line); done )]
   rm -f $(cat $BUILD_WHACK_FILE)
 #echo got line to run: $*
-  eval $*
+  eval "${@}"
   rm -f $BUILD_LIST_FILE $BUILD_WHACK_FILE
   if [ $? -ne 0 ]; then
     . "$CLAM_DIR/exit_make.sh"