On 06/01/2020 09:04, Christian Hesse wrote:
From: Christian Hesse <m...@eworm.de>
The shell builtin `set` produces different output for different shells:
bash$ set | grep '^TERM='
TERM=xterm
dash$ set | grep '^TERM='
TERM='xterm'
This may break reproducible builds depending on what shell is used.
Let's replace `set` with `env`, which is a real command and always
produces identical output.
Hi,
Spotted this one now, lingering for way too long. And it looked
trivial. Except it doesn't give the expected outcome on my RHEL-8
machine. The CONFIGURE_DEFINES macro in config.h ends up empty.
Reverting this patch alone, and it comes back again.
So, I'm sorry, I can't ack this one.
--
kind regards,
David Sommerseth
OpenVPN Inc
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel