#!/bin/csh if ( `id -u` != "0" ) then setenv PATH `echo $PATH | sed 's#:\.\?$##;s#$#:/opt/texlive/bin/i386-linux:.#'` endif