updated python_compile.sh

pull/2/head
Hari Sekhon 8 years ago
parent b483ca06be
commit 5905009097

@ -19,6 +19,10 @@ srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
. "$srcdir/utils.sh"
if [ -z "$(find -L "${1:-.}" -maxdepth 2 -type f -iname '*.py' -o -iname '*.jy')" ]; then
exit 0
fi
section "Compiling all Python / Jython files"
echo

Loading…
Cancel
Save