From mboxrd@z Thu Jan 1 00:00:00 1970 From: mitchell@cs.ucsd.edu (Nicholas Mitchell) To: gnu-win32@cygnus.com Subject: bug in bash with sergey's latest patches? Date: Mon, 13 Oct 1997 10:28:00 -0000 Message-id: <199710131728.KAA07054@beowulf.ucsd.edu> X-SW-Source: 1997-10/msg00260.html bash, with the Sergey's latest patches, seems to have a bug. From the command line, this works: % export HOST=`hostname` % printenv HOST DULCEA # this is fine, notice all caps % export DISPLAY=$HOST:0.0 % printenv DISPLAY DULCEA:0.0 but if I stick these two lines in my .bashrc export HOST=`hostname` export DISPLAY=$HOST:0.0 I get this: % printenv HOST dulcea # fine, but notice lower case, now % printenv DISPLAY :0.0ea # oops! nick - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request@cygnus.com" with one line of text: "help".