At a shell prompt, try the following four commands: pw=testing123 echo $pw echo "$pw" echo '$pw' I think the error will become obvious. -Martin