diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-25 23:37:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-25 23:37:23 -0300 |
commit | 3346311096bee29b81190ceb377ef5648aee1380 (patch) | |
tree | 84f99fb82853416b2e2cd1c3b0f09ae86eff1d8d /lib/functions | |
parent | c36794e899731be16f1045a9ae19878813fd9896 (diff) | |
download | hydra-3346311096bee29b81190ceb377ef5648aee1380.tar.gz hydra-3346311096bee29b81190ceb377ef5648aee1380.tar.bz2 |
New/renamed actions
Diffstat (limited to 'lib/functions')
-rw-r--r-- | lib/functions | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/functions b/lib/functions deleted file mode 100644 index 473ea9e..0000000 --- a/lib/functions +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# -# Common functions. -# - -# Setup environment -hydra_set_env $* -source $APP_BASE/lib/git -source $APP_BASE/lib/misc -source $APP_BASE/lib/tmpfile |