]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed malformed double quotes in shell script.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 26 Feb 2021 00:46:11 +0000 (16:46 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 12 Jun 2021 16:26:50 +0000 (18:26 +0200)
configure

index 339e8fd8c976ee4fd04c5325db96da23f820ffd1..3d527683bfdb82fdb3b1c0b95adeb5357285a252 100755 (executable)
--- a/configure
+++ b/configure
@@ -557,7 +557,7 @@ try()
   ( $* ) >> configure.log 2>&1
   ret=$?
   if test $ret -ne 0; then
-    echo "(exit code "$ret")" >> configure.log
+    echo "(exit code $ret)" >> configure.log
   fi
   return $ret
 }