|
From: Roger M. <ro...@zu...> - 2015-03-02 08:22:04
|
Hello Earnie, thanks for the suggestion. The variable names will likely change for each launch of the shell (each one runs a regression test), but there's a seed of an idea if I dynamically generate a profile file for each run. Best Regards, Roger On 25/02/2015 22:57, Earnie wrote: >> From: Roger Mitchell >> Hello, >> >> I am trying to use the bash shell supplied with MinGW/MSYS, but I'm > finding that >> often environment variables (e.g. red_something) are translated to >> their > upper >> case equivalent (i.e. RED_SOMETHING). We have binary executables that >> are called from the shell that require the variables to be defined in >> lower > case (a >> hangover from UNIX days). >> >> I notice that CYGWIN allows the user to set a flag "nouppercase_env" >> for > the >> CYGWIN to control this behaviour. Is there an equivalent flag that can >> be > used >> with MinGW/MSYS? >> > You could create a script to create the lower case version and remove the > upper case version. Then source that script from your ~/.profile file. > > -- > Earnie > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe > > ________________________________________________________________________ > This e-mail has been scanned for viruses. The service is powered by MessageLabs. > ________________________________________________________________________ -- Roger Mitchell | Chief Software Engineer *Zuken Limited - /The Partner for Success/* 1500 Aztec West, Almondsbury, Bristol, BS32 4RF, United Kingdom T: +44 1454 207840 | F: +44 1454 207803 E: Rog...@zu... <mailto:Rog...@zu...> | W: www.zuken.com <http://www.zuken.com> Connect with Zuken: blog <http://blog.zuken.com> | youtube <http://www.youtube.com/zukentube> | linkedin <http://www.zuken.com/linkedin> | twitter <http://www.zuken.com/twitter> | facebook <http://www.zuken.com/facebook> Zuken Ltd // Registered office: Bristol // Registered No. 956340 // Directors: Jinya Katsube, Kazuhiro Kariya, S Yukawa This e-mail message from Zuken including any attachments is intended only for the individual or entity to which it is addressed. This e-mail may contain privileged, proprietary, or otherwise private information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you received this e-mail by accident, please notify the sender immediately and destroy this e-mail and all copies of it. |