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]

`${UNAME}` not working....


One configure script I use does:

if test x`${UNAME}` = "xCYGWIN32_NT"; then echo "bleh bleh, NT, bleh";
else echo "NT not found, bleh bleh"; fi

This used to work in beta 18, in beta 19.1 it doesn't...if I change it to
text x`UNAME` it does work, but of course then it will generate error when
run under other *nix OS's...

Any clues on this behavior?

Jon
-
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]