]> git.wh0rd.org - home.git/blobdiff - .bin/r
cros-board: update
[home.git] / .bin / r
diff --git a/.bin/r b/.bin/r
index 9aa76a868ec1a187e21584f0d1946a1140ea70d1..afa9c51e48cc940342c10e887a01d06e1d34b5a4 100755 (executable)
--- a/.bin/r
+++ b/.bin/r
@@ -123,6 +123,9 @@ rebase)
        if [[ $1 == "all" ]] ; then
                shift
                if [[ $# -eq 0 ]] ; then
+                       # This bash version is still slightly faster than repo!
+                       #exec r forall -j$(getconf _NPROCESSORS_ONLN) -p -c git rb-all
+
                        eval "$(bash-colors --env | sed 's:^:export :')"
                        root=$(repo_root)
                        mj_init
@@ -134,7 +137,7 @@ rebase)
                                        continue
                                fi
                                (
-                               out=$(r rb all . 2>&1)
+                               out=$(r rb-all . 2>&1)
                                if [[ -n ${out} ]] ; then
                                        head=$(printf "%-40s" "${proj}")
                                        echo "${out}" | sed "s:^:${head} :"
@@ -145,7 +148,6 @@ rebase)
                        done < <(r l)
                        mj_finish
                        exit 0
-                       #exec r forall -p -c 'r rb all .' </dev/null
                fi
 
                exec git rb-all -q