aboutsummaryrefslogtreecommitdiffstats
path: root/dev.sh
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2016-06-02 18:42:15 -0700
committerCory Benfield <lukasaoz@gmail.com>2016-06-02 18:42:15 -0700
commit179b6e3525286fe17bcacdd421b51ff96394806b (patch)
tree4c87c3167ccffb1f5fece3d20a1f1775fc17d499 /dev.sh
parent734ec945544f5ff0a33729f343c6f65443221df1 (diff)
downloadmitmproxy-179b6e3525286fe17bcacdd421b51ff96394806b.tar.gz
mitmproxy-179b6e3525286fe17bcacdd421b51ff96394806b.tar.bz2
mitmproxy-179b6e3525286fe17bcacdd421b51ff96394806b.zip
Better debugging output.
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev.sh b/dev.sh
index 111f09bc..b4e1156e 100755
--- a/dev.sh
+++ b/dev.sh
@@ -1,5 +1,6 @@
#!/bin/sh
set -e
+set -x
PYVERSION=$1
VENV="venv$1"