We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 480640e + 393050c commit 8da3933Copy full SHA for 8da3933
git-sh-setup.sh
@@ -12,8 +12,11 @@
12
# But we protect ourselves from such a user mistake nevertheless.
13
unset CDPATH
14
15
-# Similarly for IFS
16
-unset IFS
+# Similarly for IFS, but some shells (e.g. FreeBSD 7.2) are buggy and
+# do not equate an unset IFS with IFS with the default, so here is
17
+# an explicit SP HT LF.
18
+IFS='
19
+'
20
21
git_broken_path_fix () {
22
case ":$PATH:" in
0 commit comments