diff options
author | David CARLIER <devnexen@gmail.com> | 2020-07-18 14:19:10 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-03-20 06:33:17 +0100 |
commit | 630d86b7f2c3b4e1869e3c300cb7dbad35a51f36 (patch) | |
tree | d98f6c7de53a84e96683c2bcedd205c8f3806caa /configure | |
parent | d8b2e5639a08155e6dad7d5befeb12c160c8118e (diff) |
configure: fix for SunOS based systems
local directive make the configure fails on these systems.
Signed-off-by: David Carlier <devnexen@gmail.com>
Message-Id: <CA+XhMqy95D8X-QvBcEfL=a-Rkgy6aJtheskkqZwQkreru+T_Wg@mail.gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ error_exit() { do_compiler() { # Run the compiler, capturing its output to the log. First argument # is compiler binary to execute. - local compiler="$1" + compiler="$1" shift if test -n "$BASH_VERSION"; then eval ' echo >>config.log " |