made the recustomize macro work even with a missing generated folder.
[feisty_meow.git] / scripts / files / find_bad_protection.sh
index 761362f2ac35f7a6fa1f2e3551fee9492be92ca4..b9add8fc1ba49bd2b591cd7c18a6156e748cddae 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-source $FEISTY_MEOW_SCRIPTS/core/date_stringer.sh
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
 
 bad_file="$HOME/bad_protections.txt"
 if [ $# = 0 ]; then dirname=$HOME; export dirname;