From: Chris Koeritz Date: Tue, 20 Dec 2016 07:14:04 +0000 (-0500) Subject: added missing source of functions X-Git-Tag: 2.140.90~313 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=b48cd2e49fdd734a654c31b8fd70d4618ca560ac;p=feisty_meow.git added missing source of functions --- diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index af8d3cf6..dc04c0d9 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -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