From 7aba5eddf4001bb34fc7b1ed116c2ba8840dc414 Mon Sep 17 00:00:00 2001 From: joonicks Date: Wed, 21 Mar 2018 23:03:36 +0100 Subject: [PATCH] configure == (#19) * configure fix --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 07e428b..f9da0ed 100755 --- a/configure +++ b/configure @@ -967,7 +967,7 @@ if [ "$ft_sha" = internal ]; then fi out=echo -if [ "$silentopt" == yes ]; then +if [ "$silentopt" = yes ]; then out=/bin/true fi