aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/zlib
diff options
context:
space:
mode:
authorGravatar Androbin <robin.richtsfeld@gmail.com>2017-11-23 21:01:06 +0100
committerGravatar Androbin <robin.richtsfeld@gmail.com>2017-11-23 21:01:06 +0100
commit8967bd35ceae945de070399f3d65f1475bcc68d1 (patch)
tree739b490ab09c8c36d2f9e353c2e6c783f7e0c3ea /third_party/zlib
parenta75d97bd183a5c0a596fd342c3f8eca45b9519bf (diff)
The surrounding quotes actually unquote this. Remove or escape them.
Diffstat (limited to 'third_party/zlib')
-rwxr-xr-xthird_party/zlib/configure2
1 files changed, 1 insertions, 1 deletions
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
}