diff options
author | sf <sf@FreeBSD.org> | 2001-01-09 19:47:43 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-09 19:47:43 +0000 |
commit | 830fb42b3eff1ff1c7aca404793c472e88c2feaf (patch) | |
tree | cf1a68b2674a3602be0ce26c8cee06526342c02e /mail/youbin/pkg-req | |
parent | a442730879ecd40fb904b01818158f3fd7ad8889 (diff) | |
download | FreeBSD-ports-830fb42b3eff1ff1c7aca404793c472e88c2feaf.zip FreeBSD-ports-830fb42b3eff1ff1c7aca404793c472e88c2feaf.tar.gz |
fix pkg-req typo.
PR: 23818
Diffstat (limited to 'mail/youbin/pkg-req')
-rw-r--r-- | mail/youbin/pkg-req | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/youbin/pkg-req b/mail/youbin/pkg-req index 54c20c0..e0e8b4d 100644 --- a/mail/youbin/pkg-req +++ b/mail/youbin/pkg-req @@ -7,7 +7,7 @@ case "$2" in echo '* It is discouraged to use this program to avoid any security *' echo '* problem. *' echo '**********************************************************************' - if [ ! -z "${PACKAGE_BUILDING}" || ! -z "${BATCH}" ]; then + if [ ! -z "${PACKAGE_BUILDING}" -o ! -z "${BATCH}" ]; then exit 0 fi read -p 'Would you like to proceed (y/n)? ' ans |