diff options
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 |