网上有英文的解释:
http://www-01.ibm.com/support/docview.wss?uid=swg21997812
意思就是第135行里用到的语法是bash 3.1版本才引入的,如果bash版本过低,会认为是语法错误。
所以解决方案就是下载新版的bash并安装
下载地址:http://ftp.gnu.org/gnu/bash/
网上有英文的解释:
http://www-01.ibm.com/support/docview.wss?uid=swg21997812
意思就是第135行里用到的语法是bash 3.1版本才引入的,如果bash版本过低,会认为是语法错误。
所以解决方案就是下载新版的bash并安装
下载地址:http://ftp.gnu.org/gnu/bash/