3 source "$FEISTY_MEOW_SCRIPTS/build/seek_all_source.sh"
7 perl $FEISTY_MEOW_SCRIPTS/text/strip_cr.pl "$file"
10 #echo tempfile is $SOURCES_FOUND_LIST
12 # this block has io redirected from the file to stdin so we can scan the
13 # file's contents without affecting stdio elsewhere.
16 if [ $? != 0 ]; then break; fi
17 #echo line found=$line_found
18 strip_file "$line_found"
19 done <"$SOURCES_FOUND_LIST"
21 #echo the source temp is $SOURCES_FOUND_LIST
24 rm "$SOURCES_FOUND_LIST"