a16049a7 by Adam Heath

Turn off set -x.

1 parent 3dc52a3e
1 #!/bin/bash 1 #!/bin/bash
2 2
3 set -ex 3 set -e
4 4
5 TOP_DIR="$(cd "$(dirname "$0")/.."; echo "$PWD")" 5 TOP_DIR="$(cd "$(dirname "$0")/.."; echo "$PWD")"
6 export TOP_DIR 6 export TOP_DIR
......