Unluckly no: in my scripts I'm already specifying what you suggest, so the executing shell is csh, but the involking shell (parent) is sh if run from crontab.
This is what I want to avoid...
sh =>
mxtest 27109 4054 0 15:26:00 ? 0:00 sh -c csh -c "$HOME/prova.csh"
csh =>
mxtest 27110 27109 0 15:26:00 ? 0:00 csh -c /export/home1/mxtest/prova.csh
csh =>
mxtest 27115 27110 4 15:26:00 ? 0:03 /bin/csh -f /export/home1/mxtest/prova.csh
Thks,
Marco