configure fix

This commit is contained in:
joonicks 2018-03-21 22:51:15 +01:00
parent 0c8b5c9401
commit a24b7dec77

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