cleaned up temp file for exit case.
[feisty_meow.git] / scripts / buildor / buildor_strip_code.sh
index c7190c68cc2a3cea7985cb727354f61848257278..e82206e71a2742c8b8ea275f5083c479b54ccd47 100644 (file)
@@ -1,10 +1,10 @@
 #!/bin/bash
 
-source "$YETI_DIR/scripts/build/seek_all_source.sh"
+source "$FEISTY_MEOW_SCRIPTS/build/seek_all_source.sh"
 
 function strip_file {
   file="$1"
-  perl $SHELLDIR/text/strip_cr.pl "$file"
+  perl $FEISTY_MEOW_SCRIPTS/text/strip_cr.pl "$file"
 }
 
 #echo tempfile is $SOURCES_FOUND_LIST