I moved my system from ubuntu 9 to debian 5 and the cron each time that try to execute a script throws...
-bash: ./somescript.sh: /bin/sh^M: bad interpreter: No such file or directory
all my scripts begin with
#!/bin/sh
any clue ? should I change the shell cron is running ? it is using another shell ?