Skip to content

Commit 9a9ff1b

Browse files
committed
profile: attempting to fix IFS.
1 parent 79fde85 commit 9a9ff1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

profile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212

1313

1414
export PATH MANPATH
15-
_IFS="$IFS" IFS='
16-
'
15+
_IFS='
16+
' # $' \t\n'
17+
IFS='
18+
' # $'\n'
1719
for pth in $(cat /etc/paths.d/._* /etc/paths /etc/paths.d/*); do
1820
[ "${pth:0:1}" != '#' ] && PATH="$PATH:$pth"
1921
done 2>/dev/null

0 commit comments

Comments
 (0)