This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
makedepend.SH: Make compiler errors show correct line number
authorKarl Williamson <public@khwilliamson.com>
Sat, 23 Feb 2013 22:34:05 +0000 (15:34 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 25 Feb 2013 03:20:40 +0000 (20:20 -0700)
commitd43a05a2e46d18adf962d6885a6fce7c85e305a6
treedb2fc61f382681a7aafe0d6f1316e03de9a8578d
parent572224ce94992fbe6a12bf2ed576193649b15d48
makedepend.SH: Make compiler errors show correct line number

Instead of inserting "#line 1", insert "#line 2" to account for the
inserted line.

Spotted by John Goodyear.
makedepend.SH