X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.profile.d%2Foptions.bashrc;h=80001155e8412ef2fe33c2e7b30460a4cf80427f;hp=21933427315e38be2f20708301fdee268f7e6f33;hb=a8e823fa2005ab190af0461c967f353b7dbb5a51;hpb=0df3a0bf5685e40d5651ea114e274e62ed0718d1 diff --git a/.profile.d/options.bashrc b/.profile.d/options.bashrc index 2193342..8000115 100644 --- a/.profile.d/options.bashrc +++ b/.profile.d/options.bashrc @@ -1,5 +1,3 @@ -# $Id$ -# # Bash variables and options. # Some of these are (now) the default but listed for completeness. # @@ -29,4 +27,8 @@ shopt -u huponexit shopt -s no_empty_cmd_completion # The Red Hat The -shopt -u nocaseglob +if [ "$OSTYPE" = "cygwin" ]; then + shopt -s nocaseglob +else + shopt -u nocaseglob +fi