Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bjam
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-12-13 18:36:59 +0400
committerKenneth Heafield <github@kheafield.com>2011-12-13 18:36:59 +0400
commit71a38006b14617d41798a527fa7bf4cf01b04ccf (patch)
tree7758dc04016780be8d15bc4efec4d87211d1b1ca /bjam
parent4dbc848363fd7204359a6efe129538e9fe342b0b (diff)
Oops kept -x
Diffstat (limited to 'bjam')
-rwxr-xr-xbjam1
1 files changed, 0 insertions, 1 deletions
diff --git a/bjam b/bjam
index f454a586d..d1ac8a555 100755
--- a/bjam
+++ b/bjam
@@ -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