It looks like there's "echo -e" ... all throughout the shell script. This 
doesn't work if the shell that executes the script has a built-in echo 
command (that doesn't support the -e option). It should call the system 
echo binary (e.g. /bin/echo) instead.  
  

Reply via email to