From e224e8fc55c3db092287f372b876ed8d12cce35d Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Mon, 1 Jan 2007 19:53:33 +0000 Subject: [PATCH] Bug 274833 - [p=reed r=timeless] git-svn-id: svn://10.0.0.236/trunk@217589 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bonsai/dolog.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bonsai/dolog.pl b/mozilla/webtools/bonsai/dolog.pl index e7e43f5e5f9..8a1c1b743b9 100755 --- a/mozilla/webtools/bonsai/dolog.pl +++ b/mozilla/webtools/bonsai/dolog.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl +#! /usr/bin/perl -T # -*- Mode: perl; indent-tabs-mode: nil -*- # # The contents of this file are subject to the Netscape Public @@ -264,7 +264,8 @@ sub get_filename { my $FILE_CHECKED = 0; my $file; my $partial_file; - my $path, $apath; + my $path; + my $apath; if ($flag_debug) { print STDERR "\n-- get_filename ------------------------\n"; }