aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/functions10
-rw-r--r--lib/hydra/functions10
-rw-r--r--lib/hydra/git (renamed from lib/git)0
-rw-r--r--lib/hydra/misc (renamed from lib/misc)0
-rw-r--r--lib/hydra/tmpfile (renamed from lib/tmpfile)0
5 files changed, 10 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
diff --git a/lib/hydra/functions b/lib/hydra/functions
new file mode 100644
index 0000000..ad5861e
--- /dev/null
+++ b/lib/hydra/functions
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+# Common functions.
+#
+
+# Setup environment
+hydra_set_env $*
+source $APP_BASE/lib/hydra/git
+source $APP_BASE/lib/hydra/misc
+source $APP_BASE/lib/hydra/tmpfile
diff --git a/lib/git b/lib/hydra/git
index 6e7f05a..6e7f05a 100644
--- a/lib/git
+++ b/lib/hydra/git
diff --git a/lib/misc b/lib/hydra/misc
index 5691465..5691465 100644
--- a/lib/misc
+++ b/lib/hydra/misc
diff --git a/lib/tmpfile b/lib/hydra/tmpfile
index 886d61c..886d61c 100644
--- a/lib/tmpfile
+++ b/lib/hydra/tmpfile