Fix typo in variable name

This commit is contained in:
Nicolai Skogheim 2015-08-29 13:09:42 +02:00
parent dae750f734
commit 0c7bf665f2

View file

@ -180,7 +180,7 @@ else
save_ifs=$IFS
IFS=`echo -en "\n\b"`
paths=(`git ls-files`)
IFS=$safe_ifs
IFS=$save_ifs
unset save_ifs
fi