1
0
Fork 0

make that $IFS local instead of breaking the whole command line functionality with it

This commit is contained in:
Von Random 2017-03-07 15:42:42 +03:00
parent 0327911d4d
commit 1bd1a0711e

View file

@ -35,7 +35,7 @@ git_prompt()
untracked_count=0
unmerged_count=0
IFS=
local IFS=
while read line; do
if [[ "${line:0:2}" == '##' ]]; then