This commit is contained in:
Kenneth Reitz
2012-03-06 04:50:44 -05:00
parent 347bca0de4
commit aefde88d24
+1 -1
View File
@@ -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