1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-31 03:21:24 +03:00
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-05-06 12:12:18 -04:00
2015-01-06 11:43:47 -05:00
2015-01-06 11:43:47 -05:00
2013-05-29 16:58:43 -04:00
2010-09-20 22:08:53 +02:00
2014-11-18 15:51:45 -05:00
2014-06-10 21:36:13 -04:00
2012-02-24 16:19:18 -05:00
2010-09-20 22:08:53 +02:00
2015-01-06 11:43:47 -05:00
2015-01-06 11:43:47 -05:00