updated python_pyinstaller.sh

pull/2/head
Hari Sekhon 5 years ago
parent 8bbd270dbf
commit 7749ddd85c

@ -19,7 +19,7 @@ set -u
[ -n "${DEBUG:-}" ] && set -x
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# shellcheck disable=SC1090
# shellcheck source=lib/utils.sh
. "$srcdir/lib/utils.sh"
filelist="$(find "${1:-.}" -maxdepth 2 -type f -iname '*.py')"

Loading…
Cancel
Save