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:
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