Bash and some other shells provide the -o pipefail option, but it is not part of the POSIX standard. set -euo pipefail. In addition, add the -E ...
確定! 回上一頁