From 8b1ffb6f7fb99865a9aadc9afbe9acb6977c5b3c Mon Sep 17 00:00:00 2001 From: Matthew Hillman Date: Fri, 6 Nov 2015 09:39:51 -0600 Subject: Fix for bad characters showing in the stash status in OS X --- radar-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radar-base.sh b/radar-base.sh index 517a6ce..f45669e 100755 --- a/radar-base.sh +++ b/radar-base.sh @@ -539,7 +539,7 @@ stashed_status() { stash_status() { local number_stashes="$(stashed_status)" if [ $number_stashes -gt 0 ]; then - printf $PRINT_F_OPTION "$number_stashes$COLOR_STASH≡$RESET_COLOR_STASH" + printf $PRINT_F_OPTION "$number_stashes${COLOR_STASH}≡$RESET_COLOR_STASH" fi } -- cgit v1.2.3