summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xccompile2
-rwxr-xr-xclcompile2
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