diff options
Diffstat (limited to 'devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm')
-rw-r--r-- | devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm b/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm deleted file mode 100644 index d3399f74eb68..000000000000 --- a/devel/p5-IPC-Cmd/files/patch-IPC-Cmd.pm +++ /dev/null @@ -1,13 +0,0 @@ -$Id$ - ---- lib/IPC/Cmd.pm.orig Sat Dec 2 15:55:55 2006 -+++ lib/IPC/Cmd.pm Sat Dec 2 15:56:52 2006 -@@ -597,7 +597,7 @@ sub _system_run { - ### we should re-open this filehandle right now, not - ### just dup it - if( $redir eq '>&' ) { -- open( $fh, '>', File::Spec->devnull ) or ( -+ open( $fh, '> ' . File::Spec->devnull ) or ( - Carp::carp(loc("Could not reopen '$name': %1", $!)), - return - ); |