summaryrefslogtreecommitdiff
path: root/localsyncthis
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2003-07-12 17:11:08 +0000
committerJonas Smedegaard <dr@jones.dk>2003-07-12 17:11:08 +0000
commit8565e3a04965e7f9104c8412c47c11a7840c1c5b (patch)
treeb606b47f9654594b4ec867b705cfb728299239fa /localsyncthis
parent4b0dcb4365b805215957a6b34cfeaa55ba3c5c42 (diff)
Fix wrongly set variable (failed when given multiple sources).
Diffstat (limited to 'localsyncthis')
-rwxr-xr-xlocalsyncthis2
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