在If语句BASH中设置值时出错

时间:2019-02-07 05:05:33

标签: bash

我正在研究一个非常基本的脚本,该脚本将所有大于10的参数加起来。但是执行脚本时会引发下一个错误:

./problem6.bash: line 9: syntax error near unexpected token ('
./problem6.bash: line 9:      s=(($numbers + $s))'
./problem6.bash: line 11: syntax error near unexpected token fi'
./problem6.bash: line 11: fi'

('
./problem6.bash: line 9:

这有什么问题?

0 个答案:

没有答案