new version
[feisty_meow.git] / scripts / buildor / buildor_strip_code.sh
index c7190c68cc2a3cea7985cb727354f61848257278..dc03704ac2a4b73c901565ea9b5216662007b364 100644 (file)
@@ -1,10 +1,11 @@
 #!/bin/bash
 
-source "$YETI_DIR/scripts/build/seek_all_source.sh"
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+source "$FEISTY_MEOW_SCRIPTS/buildor/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