aboutsummaryrefslogtreecommitdiffstats
path: root/make_all.pl
diff options
context:
space:
mode:
authorJosip Rodin <joy>2001-11-05 14:58:15 +0000
committerJosip Rodin <joy>2001-11-05 14:58:15 +0000
commitdb1eba0b2884f7347479ea5feec25ad5df129389 (patch)
tree7f2bcd51514f1d5a71de3398c0d875bb78683bd8 /make_all.pl
parentb0153a41266a33c2351e0e04430b0aa68afdade1 (diff)
initialize the variable properly; remove debugging output
CVS version numbers make_all.pl: 1.4 -> 1.5
Diffstat (limited to 'make_all.pl')
-rwxr-xr-xmake_all.pl3
1 files changed, 1 insertions, 2 deletions
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy