From 17c3071f6b8102516ea3823caddaca8bc3bbe4f3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 5 Feb 2013 18:36:48 -0500 Subject: [PATCH] improve output --- .bin/r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/r b/.bin/r index c5792c9..e951e05 100755 --- a/.bin/r +++ b/.bin/r @@ -69,7 +69,7 @@ rebase) cd "${root}/${dir}" ( out=$(env _proj=${proj} r rb all . 2>&1) - [[ -n ${out} ]] && echo "${out}" + [[ -n ${out} ]] && echo -e "${out//[#]/###}" _mj_child ) & mj_post_child -- 2.39.2