From cbb94d52f98b48e8c3a8866dbf8c67860764f349 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 16 May 2005 07:03:47 +0000 Subject: [PATCH] update --- util/update_branches | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/update_branches b/util/update_branches index 1281ee7b66..2773aa46ab 100644 --- a/util/update_branches +++ b/util/update_branches @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: update_branches,v 1.6 2005/05/16 07:02:22 marka Exp $ +# $Id: update_branches,v 1.7 2005/05/16 07:03:47 marka Exp $ %branches = (); %whom = (); @@ -41,7 +41,7 @@ while () { ($branch, $status, $who) = split; $status = "new" if (!defined($status)); $branches{$branch} = $status; - $who = "-" if (!defined($who)); + $who = "" if (!defined($who)); $whom{$branch} = $who; $comments{$branch} = $c; }