I would like to have a script to add /path/to/hoge in CLASSPATH by csh.
setenv CLASSPATH ${CLASSPATH}:/path/to/hoge
However, it returns an error, that says, No match error.
It is beause CLASSPATH was unset.
How can I deal with the possibility where CLASSPATH is not set?