From 0c087b87ef80b95d86fe187ae70608e163a84b2d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 3 Jan 2008 18:43:37 -0600 Subject: [PATCH] replaced incorrect '=>' with '=' Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- serials/routing.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serials/routing.pl b/serials/routing.pl index e739a2d12c..d84076a490 100755 --- a/serials/routing.pl +++ b/serials/routing.pl @@ -130,7 +130,7 @@ if ($op eq 'new') { $new = 1; } else { # for modify routing list default - $new => 0; + $new = 0; } $template->param( -- 2.39.5