summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2016-10-06 16:15:35 +0200
committerFrancis Dupont <fdupont@isc.org>2016-10-06 16:15:35 +0200
commitd113bc2ca69a6f6a33139c3708a4ea6818605b69 (patch)
treeb9461aab0a1c8ceef996db075ec85b87fee42fc8 /util
parent13e5cc6cbe83ac7cd9285a54e870e4f8ab16a604 (diff)
downloadisc-dhcp-d113bc2ca69a6f6a33139c3708a4ea6818605b69.tar.gz
Half fixed recovering (no space handling) (unfinished)
Diffstat (limited to 'util')
-rw-r--r--util/lt.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/lt.pl b/util/lt.pl
index da493826..eed17fe3 100644
--- a/util/lt.pl
+++ b/util/lt.pl
@@ -118,7 +118,6 @@ foreach $line (<STDIN>) {
$escaped += 1;
next;
} else {
- print $line. "\n";
$included += 1;
}
}