]> granicus.if.org Git - postgresql/commit
Fix included file path for modern perl
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 5 Feb 2019 23:57:12 +0000 (18:57 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 6 Feb 2019 00:35:18 +0000 (19:35 -0500)
commit2689e8e3345628a2fe42e5bfcb45fdbbaff04fbc
treee30511172e4fa8675e065b46670af7d826aaeb84
parent7a3763318e06e5add2464008dfb41216653d983d
Fix included file path for modern perl

Contrary to the comment on 772d4b76, only paths starting with "./" or
"../" are considered relative to the current working directory by perl's
"do" function. So this patch converts all the relevant cases to use "./"
paths. This only affects MSVC.

Backpatch to all live branches.
src/tools/msvc/Install.pm
src/tools/msvc/build.pl
src/tools/msvc/install.pl
src/tools/msvc/mkvcbuild.pl
src/tools/msvc/pgbison.pl
src/tools/msvc/pgflex.pl
src/tools/msvc/vcregress.pl