找不到函数时如何退出Shell脚本?

时间:2018-12-07 22:46:37

标签: linux bash

我正在使用Ubuntu 14 / bin / bash 。如果找不到某个功能,则shell脚本不会失败。如果发生这种情况,如何使脚本退出?

作为参考,我的高级代码结构是:

funcA() {
   funcB() # this is accidentally called but is never define due to editing error
   funcC()
}

funcA

0 个答案:

没有答案