]> git.wh0rd.org - home.git/commitdiff
r: call rb-all directly to avoid double expansion
authorMike Frysinger <vapier@gentoo.org>
Sun, 23 Feb 2020 18:14:29 +0000 (13:14 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 23 Feb 2020 18:14:29 +0000 (13:14 -0500)
.bin/r

diff --git a/.bin/r b/.bin/r
index 9aa76a868ec1a187e21584f0d1946a1140ea70d1..83816bd0bc68f54c698d89e1d77d0162f39a5397 100755 (executable)
--- a/.bin/r
+++ b/.bin/r
@@ -134,7 +134,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} :"