From 7e3013b2aeed4e485863c495681bab16eb64fc4a Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 8 Apr 2011 12:24:25 +0200 Subject: Fix rsync call; quotes wont work here --- commitpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitpkg') diff --git a/commitpkg b/commitpkg index a0a5628..ff28d0d 100755 --- a/commitpkg +++ b/commitpkg @@ -97,7 +97,7 @@ for i in 'changelog' 'install'; do done # see if any limit options were passed, we'll send them to rsync -rsyncopts="-e ssh -p --chmod 'ug=rw,o=r' -c -h -L --progress --partial -y" +rsyncopts='-e ssh -p --chmod=ug=rw,o=r -c -h -L --progress --partial -y' if [ "$1" = '-l' ]; then rsyncopts="$rsyncopts --bwlimit=$2" shift 2 -- cgit v1.2.3-24-g4f1b