added missing source of functions
authorChris Koeritz <fred@gruntose.com>
Tue, 20 Dec 2016 07:14:04 +0000 (02:14 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 20 Dec 2016 07:14:04 +0000 (02:14 -0500)
scripts/rev_control/version_control.sh

index af8d3cf6476b6b207fda7ba1cfcd27c27f4cb1c8..dc04c0d91fa915702431c10c86291dc6f8a382a0 100644 (file)
@@ -3,6 +3,8 @@
 # these are helper functions for doing localized revision control.
 # this script should be sourced into other scripts that use it.
 
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+
 # the maximum depth that the recursive functions will try to go below the starting directory.
 export MAX_DEPTH=5