зеркало из https://github.com/mozilla/pjs.git
- use 'ne' for string comparison
This commit is contained in:
Родитель
c5e2b8ee98
Коммит
9dd4ebe311
|
@ -24,7 +24,7 @@ use Config; # for $Config{sig_name} and $Config{sig_num}
|
|||
use File::Find ();
|
||||
use File::Copy;
|
||||
|
||||
$::UtilsVersion = '$Revision: 1.301 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.302 $ ';
|
||||
|
||||
package TinderUtils;
|
||||
|
||||
|
@ -451,7 +451,7 @@ sub SetupPath {
|
|||
$Settings::DistBin = "dist/";
|
||||
|
||||
# Deal with the most common case first.
|
||||
if ($Settings::ProductName != 'XULRunner') {
|
||||
if ($Settings::ProductName ne 'XULRunner') {
|
||||
$Settings::DistBin .= "$Settings::ProductName";
|
||||
if ($Settings::BuildDebug) {
|
||||
$Settings::DistBin .= "Debug";
|
||||
|
|
Загрузка…
Ссылка в новой задаче