mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Fix typo in variable name
This commit is contained in:
parent
dae750f734
commit
0c7bf665f2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue