Chris Hegarty wrote:
Looks okay although it might be slightly cleaner to set devnull consistently, ie:Hi Dan, Alan,This is a trivial change to use /dev/null instead of NUL for Windows test with Cygwin.http://cr.openjdk.java.net/~chegar/7076756/webrev.00/webrev/ Thanks, -Chris.
case Windows* ) devnull=NUL ;; Just a suggestion. -Alan.