Changed to match tabs and spaces

master
oGre 10 years ago
parent c279c77fd8
commit 89acb1c4b0
  1. 2
      gitstatus.sh

@ -41,7 +41,7 @@ else
stash_file="$( git rev-parse --git-dir )/logs/refs/stash"
if [[ -e "${stash_file}" ]]; then
wc_output=$( wc -l < "${stash_file}" )
num_stashed=${wc_output// /}
num_stashed=${wc_output//[[:space:]]/}
else
num_stashed=0
fi

Loading…
Cancel
Save