From 5aa861e06060d95756ff60fb3caf3e458c314faf Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 7 Feb 2007 15:08:09 +0000 Subject: Use new location of colormake. --- ccompile | 2 +- clcompile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ccompile b/ccompile index f5086ad..490e1b7 100755 --- a/ccompile +++ b/ccompile @@ -5,5 +5,5 @@ # SIZE=`/bin/stty size` -$@ 2>&1 | /usr/bin/colormake.pl $SIZE +$@ 2>&1 | /usr/share/colormake/colormake.pl $SIZE exit $? diff --git a/clcompile b/clcompile index 99dfd16..9aa2b3e 100755 --- a/clcompile +++ b/clcompile @@ -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 -- cgit v1.2.3