yet another .exe path fix

Started by Andrew Dunstanalmost 22 years ago2 messagespatches
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

The "adjustments" made to my previous patch to remove a trailing .exe
from get_progname()'s result broke it. The attached patch, which I have
tested, fixes the breakage.

cheers

andrew

Attachments:

pathexe.patchtext/x-patch; name=pathexe.patchDownload+4-4
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#1)
Re: yet another .exe path fix

Andrew Dunstan <andrew@dunslane.net> writes:

The "adjustments" made to my previous patch to remove a trailing .exe
from get_progname()'s result broke it. The attached patch, which I have
tested, fixes the breakage.

Applied.

regards, tom lane