Bug 428063, fix regression in tag replacement from previous checkin, r=bhearsum

This commit is contained in:
nrthomas%gmail.com 2008-05-08 12:27:26 +00:00
Родитель d33d2658c0
Коммит a04315bcbb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -101,9 +101,9 @@ sub Execute {
'NSPR_CO_TAG = ' . $releaseTag,
'^NSS_CO_TAG\s+=\s+\w*' =>
'NSS_CO_TAG = ' . $releaseTag,
'^LOCALES_CO_TAG\s+=\s+' =>
'^LOCALES_CO_TAG\s+=.*$' =>
'LOCALES_CO_TAG = ' . $releaseTag,
'^LDAPCSDK_CO_TAG\s+=\s+' =>
'^LDAPCSDK_CO_TAG\s+=.*$' =>
'LDAPCSDK_CO_TAG = ' . $releaseTag);
} elsif ($fileName eq $moduleVer) {
$preVersion = $appVersion . 'pre';