diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-10 03:47:43 +0800 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-10 03:47:43 +0800 |
commit | 96bd55a7b4c279d7d6c9cf2dc6eb886c1ab75993 (patch) | |
tree | c92533f3b4bfaddc1130f4a98155adcd344f01be /mail | |
parent | f3ef122212ae0e0da45415afeb27d0e2610e8322 (diff) | |
download | freebsd-ports-gnome-96bd55a7b4c279d7d6c9cf2dc6eb886c1ab75993.tar.gz freebsd-ports-gnome-96bd55a7b4c279d7d6c9cf2dc6eb886c1ab75993.tar.zst freebsd-ports-gnome-96bd55a7b4c279d7d6c9cf2dc6eb886c1ab75993.zip |
fix pkg-req typo.
PR: 23818
Diffstat (limited to 'mail')
-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 54c20c0a27ae..e0e8b4d69f12 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 |