projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ac1c4
)
added missing source of functions
author
Chris Koeritz
<fred@gruntose.com>
Tue, 20 Dec 2016 07:14:04 +0000
(
02:14
-0500)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 20 Dec 2016 07:14:04 +0000
(
02:14
-0500)
scripts/rev_control/version_control.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/version_control.sh
b/scripts/rev_control/version_control.sh
index af8d3cf6476b6b207fda7ba1cfcd27c27f4cb1c8..dc04c0d91fa915702431c10c86291dc6f8a382a0 100644
(file)
--- 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