From b48cd2e49fdd734a654c31b8fd70d4618ca560ac Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 20 Dec 2016 02:14:04 -0500 Subject: [PATCH] added missing source of functions --- scripts/rev_control/version_control.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1