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:
authorKenneth Heafield <github@kheafield.com>2012-05-08 22:00:42 +0400
committerKenneth Heafield <github@kheafield.com>2012-05-08 22:00:42 +0400
commit7d247737ed319565243bc800307c4375c15afc18 (patch)
treeceaa8786ea666be28cf53b0948356e7930bb2ef5 /jam-files
parent30216acaa21474339b35b530353c10d541428278 (diff)
Fix install-scripts
Diffstat (limited to 'jam-files')
-rw-r--r--jam-files/sanity.jam4
1 files changed, 2 insertions, 2 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index e4784482e..947574aac 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -133,9 +133,9 @@ requirements = ;
if [ option.get "git" : : "yes" ] {
local revision = [ _shell "git rev-parse --verify HEAD |head -c 7" ] ;
- GITTAG = "/"$(revision) ;
+ constant GITTAG : "/"$(revision) ;
} else {
- GITTAG = "" ;
+ constant GITTAG : "" ;
}
prefix = [ option.get "prefix" : $(TOP)/dist$(GITTAG) ] ;