X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Foptions.bashrc;h=80001155e8412ef2fe33c2e7b30460a4cf80427f;hb=aeb96cb02bc3ec6be1adea9bd5c6a1dbc0e08886;hp=21933427315e38be2f20708301fdee268f7e6f33;hpb=0df3a0bf5685e40d5651ea114e274e62ed0718d1;p=profile.git 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