diff --git a/src/stub/scripts/app.pl b/src/stub/scripts/app.pl index 548271de..7d90af8b 100644 --- a/src/stub/scripts/app.pl +++ b/src/stub/scripts/app.pl @@ -59,7 +59,7 @@ for $line (@lines) } elsif ($line =~ /^(\%\w+)?\s*;/) { # ok } else { - print STDERR "$in:$i:warning:$line" + print STDERR "$in:$i:warning 1:$line" } } @@ -71,7 +71,7 @@ for $line (@lines) } else { - print STDERR "$in:$i:warning:$line"; + print STDERR "$in:$i:warning 2:$line"; } } $line =~ s/\.ash/\.asy/ if ($line =~ /^\s*\%include/);