From 7d1c8282aa0c2114c926675fddabbcf6d3c24e1e Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sat, 13 Jan 2001 15:03:43 +0000 Subject: [PATCH] - 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... --- net/zebra-devel/scripts/configure | 2 +- net/zebra-pj/scripts/configure | 2 +- net/zebra/scripts/configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/zebra-devel/scripts/configure b/net/zebra-devel/scripts/configure index 68629d4f44f0..e5bb2a6fed13 100644 --- a/net/zebra-devel/scripts/configure +++ b/net/zebra-devel/scripts/configure @@ -5,7 +5,7 @@ # configure - zebra compile time option configurator # by Andreas Klemm -if [ "$BATCH" != "yes" -o "$BATCH" != "YES" ]; then +if [ "$BATCH" != "yes" -a "$BATCH" != "YES" ]; then # # configure - zebra compile time options diff --git a/net/zebra-pj/scripts/configure b/net/zebra-pj/scripts/configure index 68629d4f44f0..e5bb2a6fed13 100644 --- a/net/zebra-pj/scripts/configure +++ b/net/zebra-pj/scripts/configure @@ -5,7 +5,7 @@ # configure - zebra compile time option configurator # by Andreas Klemm -if [ "$BATCH" != "yes" -o "$BATCH" != "YES" ]; then +if [ "$BATCH" != "yes" -a "$BATCH" != "YES" ]; then # # configure - zebra compile time options diff --git a/net/zebra/scripts/configure b/net/zebra/scripts/configure index 68629d4f44f0..e5bb2a6fed13 100644 --- a/net/zebra/scripts/configure +++ b/net/zebra/scripts/configure @@ -5,7 +5,7 @@ # configure - zebra compile time option configurator # by Andreas Klemm -if [ "$BATCH" != "yes" -o "$BATCH" != "YES" ]; then +if [ "$BATCH" != "yes" -a "$BATCH" != "YES" ]; then # # configure - zebra compile time options