diff options
Diffstat (limited to 'net/zebra-devel')
-rw-r--r-- | net/zebra-devel/scripts/configure | 2 |
1 files changed, 1 insertions, 1 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 |