From 630d86b7f2c3b4e1869e3c300cb7dbad35a51f36 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Sat, 18 Jul 2020 14:19:10 +0100 Subject: [PATCH] configure: fix for SunOS based systems local directive make the configure fails on these systems. Signed-off-by: David Carlier Message-Id: Signed-off-by: Thomas Huth --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 847bc4d095..61872096a8 100755 --- a/configure +++ b/configure @@ -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 " -- 2.30.2