From 8967bd35ceae945de070399f3d65f1475bcc68d1 Mon Sep 17 00:00:00 2001 From: Androbin Date: Thu, 23 Nov 2017 21:01:06 +0100 Subject: The surrounding quotes actually unquote this. Remove or escape them. --- third_party/zlib/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/zlib') diff --git a/third_party/zlib/configure b/third_party/zlib/configure index b77a8a8cf9..1d132b79d4 100755 --- a/third_party/zlib/configure +++ b/third_party/zlib/configure @@ -343,7 +343,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 } -- cgit v1.2.3