echo test

This commit is contained in:
Kenneth Reitz
2011-11-10 10:59:32 -08:00
parent 7175e3c7fb
commit 015688fe60
+3 -1
View File
@@ -5,4 +5,6 @@ BUILD_DIR=$1
[ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt
# 'Python/Django' if there is a [mysite]/settings.py file present; otherwise 'Python'
ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo Python
ls $BUILD_DIR/**/settings.py &> /dev/null && echo Python/Django || echo Python
echo kennethreitz