From: Mike Frysinger Date: Thu, 11 Oct 2012 21:32:45 +0000 (-0400) Subject: always prepend jobs so we can use -q and such X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7ca95a02d4200f0c65866b6886d58c027200d8e6;p=home.git always prepend jobs so we can use -q and such --- diff --git a/.bin/r b/.bin/r index 7aad5f7..bbfbce2 100755 --- 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=()