summaryrefslogtreecommitdiffstats
path: root/network/w3af/w3af_gui
diff options
context:
space:
mode:
Diffstat (limited to 'network/w3af/w3af_gui')
-rw-r--r--network/w3af/w3af_gui3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/w3af/w3af_gui b/network/w3af/w3af_gui
index d035199c0a..cba1980cad 100644
--- a/network/w3af/w3af_gui
+++ b/network/w3af/w3af_gui
@@ -1,4 +1,7 @@
#!/bin/sh
+
+set -e
+
( cd /opt/w3af
./w3af_gui $@
)