diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-27 14:06:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-27 14:06:33 -0400 |
commit | f47ce33244e20a80bdee3f9cc2941ea01f4a5462 (patch) | |
tree | baf1ab390ac8cbc427d9828bbe527eb26862f698 /doc/special_remotes/external | |
parent | ad6951f6e0d3918ecf097bbdf676a305f9a64ae8 (diff) |
another bug in shell code. haskell has ruined me
Diffstat (limited to 'doc/special_remotes/external')
-rwxr-xr-x | doc/special_remotes/external/example.sh | 2 |
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 |