Environment variables are not Shell variables! > setenv DUMMY xxx > set DUMMY=zzz > echo $DUMMY zzz > printenv DUMMY xxx