Better debugging output.

This commit is contained in:
Cory Benfield 2016-06-02 18:42:15 -07:00
parent 734ec94554
commit 179b6e3525
No known key found for this signature in database
GPG Key ID: 70FE17F8A643E15B
1 changed files with 1 additions and 0 deletions

1
dev.sh
View File

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
set -e set -e
set -x
PYVERSION=$1 PYVERSION=$1
VENV="venv$1" VENV="venv$1"