【 以下文字转载自 Linux 讨论区 】
【 原文由 Football 所发表 】
run a script file through sh (worked under 7.2), but didn't work.
stopped at the line:
if [ x`echo -n` = x ]; then
echon()
{
echo -n "$*"
}
elif....
....
the error msg is:
'nstall': line 1: syntax error near unexpected token `
'nstall': line 1: ` echon()
anybody help me modify the command line or other ideas?
thanks a lot.