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
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2014-12-02 22:25:47 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-02 22:25:47 +0300
commit5bbd30ec12e4bcb88e29246e4fce71cc33528d44 (patch)
tree8b31548f099f6244841d6c9f296c5b6f7a3e1faf
parent49a2ff1faa2ef3659fcfb02554278f7ea91172c4 (diff)
comment out running script. Need to get git version to insert into exec
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index faa04a441..c20dd1e48 100644
--- a/Jamroot
+++ b/Jamroot
@@ -250,7 +250,7 @@ if [ path.exists $(TOP)/dist ] && $(prefix) != dist {
echo ;
}
-local temp = [ _shell "./s.sh" ] ;
+#local temp = [ _shell "bash source ./s.sh" ] ;
local temp = [ _shell "mkdir bin" ] ;
local temp = [ _shell "rm bin/moses_chart" ] ;
local temp = [ _shell "cd bin && ln -s moses moses_chart" ] ;