summaryrefslogtreecommitdiff
path: root/perllib/Debian/PkgKde/SymbolsHelper/Patching.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/Debian/PkgKde/SymbolsHelper/Patching.pm')
-rw-r--r--perllib/Debian/PkgKde/SymbolsHelper/Patching.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/Debian/PkgKde/SymbolsHelper/Patching.pm b/perllib/Debian/PkgKde/SymbolsHelper/Patching.pm
index c1ccd12..b5ce5a2 100644
--- a/perllib/Debian/PkgKde/SymbolsHelper/Patching.pm
+++ b/perllib/Debian/PkgKde/SymbolsHelper/Patching.pm
@@ -238,7 +238,6 @@ sub apply {
my $pid = spawn(exec => [ "patch", "--posix", "--force", "-r-", "-p0" ],
from_pipe => \$to_patch_process,
to_handle => $outfile,
- error_to_handle => $outfile,
wait_child => 0
);
my $ret = $self->output($to_patch_process, $filename);