Hi, Regarding the recent github discussion about build systems and POSIX: Just in case nobody else gets around to it, the attached patch changes the build to be POSIX compliant by using 'command -v' instead of 'which'. -Alex
Hi Alex, On Wed, Oct 02, 2024 at 11:44:53AM +0200, a1ex@dismail.de wrote:
Hi,
Regarding the recent github discussion about build systems and POSIX:
Just in case nobody else gets around to it, the attached patch changes the build to be POSIX compliant by using 'command -v' instead of 'which'.
Thanks, can you open a PR on GitHub and CC @Kangie? Best, Rodrigo.
Rodrigo Arias <rodarima@gmail.com> wrote:
Hi Alex,
On Wed, Oct 02, 2024 at 11:44:53AM +0200, a1ex@dismail.de wrote:
Hi,
Regarding the recent github discussion about build systems and POSIX:
Just in case nobody else gets around to it, the attached patch changes the build to be POSIX compliant by using 'command -v' instead of 'which'.
Thanks, can you open a PR on GitHub and CC @Kangie?
On Thu, Oct 03, 2024 at 01:08:46PM +0200, a1ex@dismail.de wrote:
Thanks!, merged in: To github.com:dillo-browser/dillo.git e7fee996..9880c1ba master -> master Best, Rodrigo.
participants (2)
-
a1ex@dismail.de
-
Rodrigo Arias