]> granicus.if.org Git - postgresql/commit
Return a value from Install.pm's lcopy function
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 28 May 2018 20:44:13 +0000 (16:44 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 28 May 2018 20:48:48 +0000 (16:48 -0400)
commit01deec5f8ae64b5120cc8c93d54fe0e19e477b02
tree8a12cb3dec3429657c9b50071a14d99d079e2e47
parent6a75b58065c8da69a259657fc40d18e76157f265
Return a value from Install.pm's lcopy function

Commit 3a7cc727c was a little over eager about adding an explicit return
to this function, whose value is checked in most call sites. This change
reverses that and returns the expected value explicitly. It also adds a
check to the one call site lacking one.
src/tools/msvc/Install.pm