зеркало из https://github.com/mozilla/pjs.git
fix to quiet new perl warnings about using undefined value.
This commit is contained in:
Родитель
dc90f0b03d
Коммит
b051bb5d1a
|
@ -1,8 +1,8 @@
|
|||
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
||||
|
||||
|
||||
# $Revision: 1.22 $
|
||||
# $Date: 2002-05-09 03:09:52 $
|
||||
# $Revision: 1.23 $
|
||||
# $Date: 2002-12-10 19:28:48 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/default_conf/BuildStatus.pm,v $
|
||||
# $Name: $
|
||||
|
@ -343,7 +343,7 @@ sub status2header_background_gif {
|
|||
|
||||
for ($i=0; $i <= $#latest_status; $i++) {
|
||||
my ($status) = $latest_status[$i];
|
||||
my ($out) = $STATUS{$status}{'header_background_gif'};
|
||||
my ($out) = $STATUS{$status}{'header_background_gif'} || '';
|
||||
push @out, $out;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче