зеркало из https://github.com/mozilla/pjs.git
Bug 428063, fix regression in tag replacement from previous checkin, r=bhearsum
This commit is contained in:
Родитель
d33d2658c0
Коммит
a04315bcbb
|
@ -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';
|
||||
|
|
Загрузка…
Ссылка в новой задаче