mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
Fixed auto-setting of --with-regtest based on environment variable.
This commit is contained in:
parent
0c49fb9a00
commit
41fec16d8f
@ -35,7 +35,7 @@ if $(regtest) = yes
|
||||
if [ path.exists $(where) ]
|
||||
{
|
||||
echo "Using $(where) from environment variable MOSES_REGTEST_ROOT."
|
||||
option.set "with-moses-regtest" : $(where) ;
|
||||
option.set "with-regtest" : $(where) ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user