diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-16 00:51:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-16 00:51:01 +0000 |
commit | 51dbc0f2a0e1c8c5b4d69bda36819b14d0c2506e (patch) | |
tree | e7cd89027f799c59990e7559fb41297d29c3172b /Tools | |
parent | 31a7bd94513d83f118f3f9332be04511a3864204 (diff) | |
download | ports-51dbc0f2a0e1c8c5b4d69bda36819b14d0c2506e.tar.gz ports-51dbc0f2a0e1c8c5b4d69bda36819b14d0c2506e.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/mkbindist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/mkbindist b/Tools/portbuild/scripts/mkbindist index a7468bf7ea6f..de2b5d4a2a39 100755 --- a/Tools/portbuild/scripts/mkbindist +++ b/Tools/portbuild/scripts/mkbindist @@ -10,7 +10,7 @@ fi arch=$1 branch=$2 -if [ "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6-exp -a "x$branch" != x6-exp2 -a "x$branch" != x6 -a "x$branch" != x7 ]; then +if [ "x$branch" != x5 -a "x$branch" != x5-exp -a "x$branch" != x6-exp -a "x$branch" != x6-exp2 -a "x$branch" != x6 -a "x$branch" != x7 -a "x$branch" != x7-exp -a "x$branch" != x8 ]; then usage fi |