aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/functions
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-10-17 23:21:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-10-17 23:21:33 -0200
commitb44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98 (patch)
tree9ef1bdd5a1d2c9c9adaa1da06e44f53a8187e656 /lib/hydra/functions
parent3346311096bee29b81190ceb377ef5648aee1380 (diff)
downloadhydra-b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98.tar.gz
hydra-b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98.tar.bz2
Initial code for 'hydra register'
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 $*