Fix erroneous test for equality

This commit is contained in:
kytv
2016-01-23 08:28:02 +00:00
parent 71c4505617
commit 4342aa6bce

View File

@@ -556,7 +556,7 @@ setup_openbsd() {
set +e
}
if [ "$DIST_OS"="openbsd" -a ! -f "$WRAPPER_CMD" ]; then
if [ "$DIST_OS" = "openbsd" -a ! -f "$WRAPPER_CMD" ]; then
# We handle it here because Tanuki doesn't ship OpenBSD binaries.
# We don't either, but they are (finally!) in OpenBSD itself.
setup_openbsd