rudimentary java library beginning. cleaned up scripts quite
[feisty_meow.git] / scripts / files / find_bad_protection.sh
index 4fd19e6e2bf89defff2538cde88de0510878a399..df9eb11de4cd42c6124461c75c3bfb00aae36fcc 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/bash
 
-source $SHELLDIR/core/date_stringer.sh
-
 bad_file="$HOME/bad_protections.txt"
 if [ $# = 0 ]; then dirname=$HOME; export dirname;
 else dirname=$1; export dirname; fi
@@ -41,7 +39,7 @@ rm $outfile
 
 echo "Searching for Files Not Owned by the User in $HOME...."
 echo "" >>$bad_file
-bash $SHELLDIR/find_non_owned.sh $HOME >>$bad_file
+bash $FEISTY_MEOW_SCRIPTS/find_non_owned.sh $HOME >>$bad_file
 
 echo "" >>$bad_file
 echo "" >>$bad_file