summaryrefslogtreecommitdiff
path: root/doc/special_remotes/external/example.sh
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-27 14:06:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-27 14:06:33 -0400
commitf47ce33244e20a80bdee3f9cc2941ea01f4a5462 (patch)
treebaf1ab390ac8cbc427d9828bbe527eb26862f698 /doc/special_remotes/external/example.sh
parentad6951f6e0d3918ecf097bbdf676a305f9a64ae8 (diff)
another bug in shell code. haskell has ruined me
Diffstat (limited to 'doc/special_remotes/external/example.sh')
-rwxr-xr-xdoc/special_remotes/external/example.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/special_remotes/external/example.sh b/doc/special_remotes/external/example.sh
index 2c35746d4..1a38e0e38 100755
--- a/doc/special_remotes/external/example.sh
+++ b/doc/special_remotes/external/example.sh
@@ -24,7 +24,7 @@ getconfig () {
# Sets LOC to the location to use to store a key.
calclocation () {
ask DIRHASH "$1"
- LOC="$mydirectory/$RET"
+ LOC="$mydirectory/$RET/$1"
}
# Asks for some value, and stores it in RET