Cygwin environment variable case
- by Michael
For some reason on one pc, when variable names are going from batch file to Cygwin environment, they are capitalizing. On other the case stay intact.
@set aa=bb
%BASH% --login -c "set"
so the output in one case will show AA=bb in other case aa=bb
How to control the case of the exported variables?