aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/functions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hydra/functions')
-rw-r--r--lib/hydra/functions6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/hydra/functions b/lib/hydra/functions
index ad5861e..0324bbb 100644
--- a/lib/hydra/functions
+++ b/lib/hydra/functions
@@ -3,8 +3,10 @@
# Common functions.
#
-# Setup environment
-hydra_set_env $*
+# Source required functions
source $APP_BASE/lib/hydra/git
source $APP_BASE/lib/hydra/misc
source $APP_BASE/lib/hydra/tmpfile
+
+# Setup environment
+hydra_set_env $*