configure == (#19)

* configure fix
This commit is contained in:
joonicks
2018-03-21 23:03:36 +01:00
committed by GitHub
parent badf9f2771
commit 7aba5eddf4

2
configure vendored
View File

@@ -967,7 +967,7 @@ if [ "$ft_sha" = internal ]; then
fi
out=echo
if [ "$silentopt" == yes ]; then
if [ "$silentopt" = yes ]; then
out=/bin/true
fi