diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2007-02-07 15:08:09 +0000 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2007-02-07 15:08:09 +0000 |
| commit | 5aa861e06060d95756ff60fb3caf3e458c314faf (patch) | |
| tree | 723889da467ef818957cf5d907079d39ae153649 | |
| parent | 6440062b34a1b7378054988e81e6724f67719125 (diff) | |
Use new location of colormake.
| -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 |
