Oops kept -x

This commit is contained in:
Kenneth Heafield 2011-12-13 09:36:59 -05:00
parent 4e9c317812
commit 1796c3b893

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