diff options
-rw-r--r-- | net/zebra-devel/scripts/configure | 2 | ||||
-rw-r--r-- | net/zebra-pj/scripts/configure | 2 | ||||
-rw-r--r-- | 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 <andreas@FreeBSD.org> -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 <andreas@FreeBSD.org> -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 <andreas@FreeBSD.org> -if [ "$BATCH" != "yes" -o "$BATCH" != "YES" ]; then +if [ "$BATCH" != "yes" -a "$BATCH" != "YES" ]; then # # configure - zebra compile time options |