diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-10-17 23:21:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-10-17 23:21:33 -0200 |
commit | b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98 (patch) | |
tree | 9ef1bdd5a1d2c9c9adaa1da06e44f53a8187e656 /lib | |
parent | 3346311096bee29b81190ceb377ef5648aee1380 (diff) | |
download | hydra-b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98.tar.gz hydra-b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98.tar.bz2 |
Initial code for 'hydra register'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/functions | 6 |
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 $* |