Peter Eisentraut
d30292b8c4
Fix Perl coding error in msvc build system
...
Code like
open(P, "cl /? 2>&1 |") || die "cl command not found";
does not actually catch any errors, because the exit status of the
command before the pipe is ignored. The fix is to look at $?.
This also gave the opportunity to clean up the logic of this code a bit.
2015-02-18 20:24:30 -05:00
..
2014-06-13 19:57:18 -04:00
2014-05-06 12:12:18 -04:00
2015-01-06 11:43:47 -05:00
2015-01-06 11:43:47 -05:00
2010-11-23 22:34:55 +02:00
2015-02-18 20:24:30 -05:00
2013-05-29 16:58:43 -04:00
2015-02-09 15:15:24 +09:00
2015-01-20 13:02:58 -05:00
2015-01-06 11:43:47 -05:00
2010-09-22 19:51:39 -04:00
2015-01-06 15:52:15 -05:00
2010-09-20 22:08:53 +02:00
2010-09-20 22:08:53 +02:00
2012-11-13 21:08:07 -05:00
2014-11-18 15:51:45 -05:00
2014-06-10 21:36:13 -04:00
2011-03-11 05:06:31 -05:00
2012-02-24 16:19:18 -05:00
2010-09-20 22:08:53 +02:00
2011-08-26 21:52:35 -04:00
2013-08-05 19:59:52 -04:00
2014-02-10 20:48:04 -05:00
2014-12-18 10:45:57 +01:00
2015-01-06 11:43:47 -05:00
2015-01-06 11:43:47 -05:00