Skip to content

Commit

Permalink
Surround all variables on stash_status()’s return line with {} for cl…
Browse files Browse the repository at this point in the history
…arity
  • Loading branch information
matthillmanbt committed Nov 9, 2015
1 parent 8b1ffb6 commit 22144d3
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 22144d3

Please sign in to comment.