]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Set Perl search path more idiomatically
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 14 Apr 2020 20:47:07 +0000 (16:47 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 14 Apr 2020 20:47:07 +0000 (16:47 -0400)
commite60c6f6ea17b50833242653fe2781f6d47429540
tree940d2b839b4b95b68568788a17ca6b3a47050247
parent149f2ae88ab0510be3239caf45699d7373f2c6e8
Set Perl search path more idiomatically

Back in commits 1df92eeafef884a96819, and 592123efbb I used some
hackish code to set the script search path, unaware despite decades of
perl that there was a completely standard way to do this. This patch
changes those cases to use the standard perl FindBin package.
src/backend/catalog/genbki.pl
src/tools/msvc/build.pl
src/tools/msvc/install.pl
src/tools/msvc/mkvcbuild.pl
src/tools/msvc/vcregress.pl