diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-07-12 17:11:08 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-07-12 17:11:08 +0000 |
commit | 8565e3a04965e7f9104c8412c47c11a7840c1c5b (patch) | |
tree | b606b47f9654594b4ec867b705cfb728299239fa /localsyncthis | |
parent | 4b0dcb4365b805215957a6b34cfeaa55ba3c5c42 (diff) |
Fix wrongly set variable (failed when given multiple sources).
Diffstat (limited to 'localsyncthis')
-rwxr-xr-x | localsyncthis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsyncthis b/localsyncthis index ecde9bb..c1c0346 100755 --- a/localsyncthis +++ b/localsyncthis @@ -98,7 +98,7 @@ while [ -n "$workdir" ]; do ;; esac done - $workdir="$1" + workdir="$1" [ -n "$1" ] && shift done |