diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2011-04-08 12:24:25 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-04-08 12:24:25 +0200 |
commit | 7e3013b2aeed4e485863c495681bab16eb64fc4a (patch) | |
tree | 22f83b1f26dcb2afff5155a351eb7842261f846f | |
parent | c16e7c25c9432e0d2f0fdeea30f08ad2ffe6950b (diff) | |
download | devtools32-7e3013b2aeed4e485863c495681bab16eb64fc4a.tar.xz |
Fix rsync call; quotes wont work here
-rwxr-xr-x | commitpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |