index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Pierre Schmitz <pierre@archlinux.de> | 2010-02-11 15:27:24 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-02-11 15:27:24 +0100 |
commit | a37c07a8cb676486da2787e23734b086fe539506 (patch) | |
tree | e4ce767f5df105032d9166a66aab34168c366ec8 /commitpkg | |
parent | 72a2b4789aba6188003deeb02d35e384e70656f8 (diff) |
-rwxr-xr-x | commitpkg | 2 |
@@ -56,7 +56,7 @@ fi abort "$s is not under version control" done) || true -# see if any limit options were passed, we'll send them to SCP +# see if any limit options were passed, we'll send them to rsync unset rsyncopts if [ "$1" = "-l" ]; then rsyncopts="--bwlimit=$2" |