csh et tcsh sont des shells dépassés mais voici quand même une solution:

#!/usr/bin/tcsh
if ( -z toto ) then
exit 1
else
exit 0