summaryrefslogtreecommitdiffstats
path: root/mail/youbin/pkg-req
diff options
context:
space:
mode:
Diffstat (limited to 'mail/youbin/pkg-req')
-rw-r--r--mail/youbin/pkg-req2
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
OpenPOWER on IntegriCloud