This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug in bash with sergey's latest patches?



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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]