diff --git a/mmdebstrap b/mmdebstrap index 58976d4..fca2a0d 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -5419,9 +5419,6 @@ sub main() { open(STDIN, '<&', $parentsock) or error "cannot open STDIN: $!"; - # we execute ourselves under sh to avoid having to - # implement a clever parser of the quoting used in $script - # for the filenames my @prefix = (); if ($is_covering) { @prefix = ($EXECUTABLE_NAME, "-MDevel::Cover=-silent,-nogcov");