From 7d1c8282aa0c2114c926675fddabbcf6d3c24e1e Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sat, 13 Jan 2001 15:03:43 +0000 Subject: - 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/zebra-devel/scripts/configure') 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 -- cgit v1.2.3