rebar脚本运行出现escript Syntax error: ")" unexpected错误的原因

今天同时运行rebar打出来的包,出现错误如下


/tmp/castle_rush/erts-7.3/bin/escript: 1: /tmp/castle_rush/erts-7.3/bin/escript: Syntax error: ")" unexpected
/tmp/castle_rush/erts-7.3/bin/run_erl: 1: /tmp/castle_rush/erts-7.3/bin/run_erl: Syntax error: Unterminated quoted string

原因是在mac-osx系统打包,然后把包放在ubuntu12.04的机器上运行。所以打包和运行环境要一致

你可能感兴趣的:(rebar脚本运行出现escript Syntax error: ")" unexpected错误的原因)