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
commit8ce5416fa69fc82032b3fb80b328c306ae3b04bc (patch)
treeceaa8786ea666be28cf53b0948356e7930bb2ef5 /jam-files
parenteb133cf07125e298b4185cc82ac3da56c0b7699b (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) ] ;