From 8565e3a04965e7f9104c8412c47c11a7840c1c5b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 12 Jul 2003 17:11:08 +0000 Subject: Fix wrongly set variable (failed when given multiple sources). --- localsyncthis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localsyncthis') 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 -- cgit v1.2.3