Oops kept -x

This commit is contained in:
Kenneth Heafield 2011-12-13 09:36:59 -05:00
parent 4dbc848363
commit 71a38006b1

1
bjam
View File

@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -x
if
bjam="$(which bjam 2>/dev/null)" && #exists
[ ${#bjam} != 0 ] && #paranoia about which printing nothing then returning true