>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> test $num -ne 0 && which makepsres > /dev/null && { ... (cd Angus> xfonts ; rm -f PSres.upr ; makepsres -q) || true Angus> } Angus> Finally, what's with the '|| true'? The idea was to avoid an error if the program makepsres did not exist. But it may be that it does not work :) JMarc