From 2e19a8bda49408a422581ff754620aea2dd62784 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 28 Nov 2020 00:48:38 +0100 Subject: [PATCH] remove nonsense code comment --- mmdebstrap | 3 --- 1 file changed, 3 deletions(-) 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");