X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.bash_profile;h=b8e11d4ec7146117735841abf67473f88186c7bb;hp=d0db134f18d97ef5c0aa351609f1767f1fb330cb;hb=aad4d6943a871df9cc79f7f6d4351ac5ee3aa0bf;hpb=ce9edf7e8f698652648a508547a0ac56217dfe1b diff --git a/.bash_profile b/.bash_profile index d0db134..b8e11d4 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,3 @@ -# $Id$ if $(tty -s) || [ "${0:0:1}" = "-" ]; then # Remember if nocaseglob was on. shopt -q nocaseglob @@ -12,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