diff options
-rwxr-xr-x | ccompile | 2 | ||||
-rwxr-xr-x | clcompile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,5 +5,5 @@ # SIZE=`/bin/stty size` -$@ 2>&1 | /usr/bin/colormake.pl $SIZE +$@ 2>&1 | /usr/share/colormake/colormake.pl $SIZE exit $? @@ -5,4 +5,4 @@ # SIZE=`/bin/stty size` -$@ 2>&1 | /usr/bin/colormake.pl $SIZE | /usr/bin/less -r -pError +$@ 2>&1 | /usr/share/colormake/colormake.pl $SIZE | /usr/bin/less -r -pError |