aboutsummaryrefslogtreecommitdiff
path: root/hydra
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 /hydra
parent3346311096bee29b81190ceb377ef5648aee1380 (diff)
downloadhydra-b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98.tar.gz
hydra-b44f5147ebb4d06b9a2a3a0f85ff5b53a529ac98.tar.bz2
Initial code for 'hydra register'
Diffstat (limited to 'hydra')
-rwxr-xr-xhydra2
1 files changed, 1 insertions, 1 deletions
diff --git a/hydra b/hydra
index a747830..fcb3e62 100755
--- a/hydra
+++ b/hydra
@@ -35,7 +35,7 @@ function hydra_load {
base="`dirname $0`"
fi
- # Deal with relative or absolute link
+ # Deal with relative or absolute links
if [ "`basename $dest`" == "$dest" ]; then
export APP_BASE="$base"
else