added .exe suffix missing at rev 41297

[SVN r41315]
This commit is contained in:
Joaquín M López Muñoz 2007-11-23 07:57:15 +00:00
parent efd8ea14ef
commit ff403f0a62

View File

@ -22,7 +22,7 @@ rule change-test_update-exe-name ( name : type ? : property-set )
{
if [ os.on-windows ] && [ type.is-subtype $(type) EXE ]
{
return test_updat ;
return test_updat.exe ;
}
}