From: Mike Frysinger Date: Sun, 23 Feb 2020 18:14:29 +0000 (-0500) Subject: r: call rb-all directly to avoid double expansion X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=bc85e5e04184cb992b8398fdf36a41633b95f50e r: call rb-all directly to avoid double expansion --- 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} :"