added back in sourcing of functions.sh where date_stringer is needed.
[feisty_meow.git] / scripts / files / find_bad_protection.sh
index df9eb11de4cd42c6124461c75c3bfb00aae36fcc..b9add8fc1ba49bd2b591cd7c18a6156e748cddae 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
 bad_file="$HOME/bad_protections.txt"
 if [ $# = 0 ]; then dirname=$HOME; export dirname;
 else dirname=$1; export dirname; fi