From bc85e5e04184cb992b8398fdf36a41633b95f50e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 23 Feb 2020 13:14:29 -0500 Subject: [PATCH] r: call rb-all directly to avoid double expansion --- .bin/r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/r b/.bin/r index 9aa76a8..83816bd 100755 --- 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} :" -- 2.39.2