summaryrefslogtreecommitdiff
path: root/ccompile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-02-07 15:08:09 +0000
committerJonas Smedegaard <dr@jones.dk>2007-02-07 15:08:09 +0000
commit5aa861e06060d95756ff60fb3caf3e458c314faf (patch)
tree723889da467ef818957cf5d907079d39ae153649 /ccompile
parent6440062b34a1b7378054988e81e6724f67719125 (diff)
Use new location of colormake.
Diffstat (limited to 'ccompile')
-rwxr-xr-xccompile2
1 files changed, 1 insertions, 1 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 $?