forked from I2P_Developers/i2p.i2p
Fix erroneous test for equality
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user