]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Capture stderr output from configure.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 12 Jul 2022 04:37:15 +0000 (14:37 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 12 Jul 2022 04:37:15 +0000 (14:37 +1000)
.github/configure.sh

index 502bf5f0d407991bf253ad077747facf4d0a7fa6..bd0037702d6aafd42a56bfdf7bb99ca2e76aec5c 100755 (executable)
@@ -18,4 +18,4 @@ if [ "x$LDFLAGS" != "x" ]; then
 fi
 
 echo ./configure ${CONFIGFLAGS}
-./configure ${CONFIGFLAGS}
+./configure ${CONFIGFLAGS} 2>&1