Skip to content

Commit

Permalink
Merge pull request #90 from matthillman/osx_stash_fix
Browse files Browse the repository at this point in the history
Fix for bad characters showing in the stash status in OS X
  • Loading branch information
michaeldfallen committed Nov 10, 2015
2 parents f359285 + 22144d3 commit 3a47557
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 3a47557

Please sign in to comment.