Skip to content

Commit

Permalink
Fix for bad characters showing in the stash status in OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
matthillmanbt committed Nov 6, 2015
1 parent f359285 commit 8b1ffb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radar-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 8b1ffb6

Please sign in to comment.