From db1eba0b2884f7347479ea5feec25ad5df129389 Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Mon, 5 Nov 2001 14:58:15 +0000 Subject: initialize the variable properly; remove debugging output CVS version numbers make_all.pl: 1.4 -> 1.5 --- make_all.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'make_all.pl') diff --git a/make_all.pl b/make_all.pl index fa08fa9001b..bc1413bb5c6 100755 --- a/make_all.pl +++ b/make_all.pl @@ -33,9 +33,8 @@ if (!@ARGV) { foreach my $file (@ARGV) { $file =~ s,^english/,,; - my $path = ""; my $filename; + my $path = ""; my $filename = $file; if ($file =~ m,(.*)/([^/]+)$,) { $path = $1; $filename = $2; }; - warn "$path $filename\n"; foreach my $lang (@languages) { if ( -f "$lang/$file" ) { my $pid = fork; -- cgit v1.2.3