]> git.wh0rd.org - home.git/commitdiff
always prepend jobs so we can use -q and such
authorMike Frysinger <vapier@gentoo.org>
Thu, 11 Oct 2012 21:32:45 +0000 (17:32 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 11 Oct 2012 21:32:45 +0000 (17:32 -0400)
.bin/r

diff --git a/.bin/r b/.bin/r
index 7aad5f7b3cbe63e44c54469134485a8e84142bed..bbfbce2814d8a73e5e4c504a73b890a6321df6a8 100755 (executable)
--- a/.bin/r
+++ b/.bin/r
@@ -146,7 +146,7 @@ g-push)
        err "could not figure out remote to push to"
        ;;
 sync)
-       [[ $# -eq 0 ]] && set -- -j16
+       set -- -j16 "$@"
        ;;
 upload)
        args=()