]> git.pld-linux.org Git - packages/colorgcc.git/blame - colorgcc-perl-5.6.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/colorgcc.git] / colorgcc-perl-5.6.patch
CommitLineData
8fd42139
JB
1--- colorgcc-1.3.2/colorgcc.old Fri Dec 22 01:28:55 2000
2+++ colorgcc-1.3.2/colorgcc Fri Dec 22 01:29:35 2000
3@@ -205,7 +205,7 @@
4
5 # Keep the pid of the compiler process so we can get its return
6 # code and use that as our return code.
7-$compiler_pid = open3('<&STDIN', \*GCCOUT, \*GCCOUT, $compiler, @ARGV);
8+$compiler_pid = open3('<&STDIN', \*GCCOUT, '', $compiler, @ARGV);
9
10 # Colorize the output from the compiler.
11 while(<GCCOUT>)
This page took 0.08865 seconds and 4 git commands to generate.