diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-13 15:03:43 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-13 15:03:43 +0000 |
commit | 7d1c8282aa0c2114c926675fddabbcf6d3c24e1e (patch) | |
tree | 789ac881e8f4df1efb9344eeac0b42cc3222b47b /net/zebra | |
parent | 0b75618ec9e5d180566eda03c2dcf3362d49c725 (diff) | |
download | ports-7d1c8282aa0c2114c926675fddabbcf6d3c24e1e.tar.gz ports-7d1c8282aa0c2114c926675fddabbcf6d3c24e1e.zip |
Notes
Diffstat (limited to 'net/zebra')
-rw-r--r-- | net/zebra/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |