summaryrefslogtreecommitdiffstats
path: root/net/zebra
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2001-01-13 15:03:43 +0000
committerandreas <andreas@FreeBSD.org>2001-01-13 15:03:43 +0000
commit4116fc69cd6ca665d05e5b433f870f3462384c15 (patch)
treec4c18eda10390c7a7862ebac8c12c3868a4503cb /net/zebra
parent460445c4c5a6953f6c568c1c47e692954095cc9d (diff)
downloadFreeBSD-ports-4116fc69cd6ca665d05e5b433f870f3462384c15.zip
FreeBSD-ports-4116fc69cd6ca665d05e5b433f870f3462384c15.tar.gz
- configure: fixed logic in if-clause, so that dialog is only called
if BATCH is not defined. Portrevision doesn't need to be bumped, since exactly this enables/unbreaks package building...
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/zebra/scripts/configure b/net/zebra/scripts/configure
index 68629d4..e5bb2a6 100644
--- a/net/zebra/scripts/configure
+++ b/net/zebra/scripts/configure
@@ -5,7 +5,7 @@
# configure - zebra compile time option configurator
# by Andreas Klemm <andreas@FreeBSD.org>
-if [ "$BATCH" != "yes" -o "$BATCH" != "YES" ]; then
+if [ "$BATCH" != "yes" -a "$BATCH" != "YES" ]; then
#
# configure - zebra compile time options
OpenPOWER on IntegriCloud