~ salmonella-environment-setup (master) ca680821af0d55bdd5d9c10e038e151020c660f7
commit ca680821af0d55bdd5d9c10e038e151020c660f7
Author: Mario Domenech Goulart <mario@ossystems.com.br>
AuthorDate: Wed Apr 9 11:02:20 2014 -0300
Commit: Mario Domenech Goulart <mario@ossystems.com.br>
CommitDate: Wed Apr 9 11:02:20 2014 -0300
salmonella/salmonella-linux-x86/run-salmonella.sh: drop -x (for the shell)
It was only useful for debugging
diff --git a/salmonella-linux-x86/run-salmonella.sh b/salmonella-linux-x86/run-salmonella.sh
index 84be366..74c0d04 100755
--- a/salmonella-linux-x86/run-salmonella.sh
+++ b/salmonella-linux-x86/run-salmonella.sh
@@ -1,7 +1,5 @@
#! /bin/sh
-set -x
-
logfile="$HOME/salmonella/watchdog.log"
# Run salmonella from ~/salmonella/build
Trap