From aefde88d2449a37ee70b80d506ac1687afc316e9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Tue, 6 Mar 2012 04:50:44 -0500 Subject: [PATCH] && --- bin/detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/detect b/bin/detect index c9db66dd..64b4a5e3 100755 --- a/bin/detect +++ b/bin/detect @@ -3,7 +3,7 @@ BUILD_DIR=$1 -if [ ! -f $BUILD_DIR/requirements.txt ] || [ ! -f $BUILD_DIR/setup.py ]; then +if [ ! -f $BUILD_DIR/requirements.txt ] && [ ! -f $BUILD_DIR/setup.py ]; then exit 1 fi -- GitLab