X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bash_profile;fp=.bash_profile;h=b8e11d4ec7146117735841abf67473f88186c7bb;hp=5b49345763f318895512fdc87b5647de90211ce7;hb=328f2f42404cb5de71e06be1e44ddc1957a89800;hpb=24b96a93258908176503c7e6d9c4c0b912f87b2b diff --git a/.bash_profile b/.bash_profile index 5b49345..b8e11d4 100644 --- a/.bash_profile +++ b/.bash_profile @@ -11,7 +11,7 @@ if $(tty -s) || [ "${0:0:1}" = "-" ]; then LC_ALL=C # Source all scripts. - for i in ~/.profile.d/*.bashrc; do . $i; done; unset i + for i in ~/.profile.d/*.bashrc; do . "$i"; done; unset i # Maybe turn nocaseglob back on. [ $nocg = 0 ] && shopt -s nocaseglob