已合并
【PR】: clean code #2161
zhangke创建于 5月14日
【PR】: clean code #2161
已合并
从已删除 :master合入到cann/runtimemaster
共 3 个文件变更+6-0
| @@ -9,6 +9,8 @@ | |||
| 9 | # See LICENSE in the root of the software repository for the full text of the License. | 9 | # See LICENSE in the root of the software repository for the full text of the License. |
| 10 | # ----------------------------------------------------------------------------------------------------------- | 10 | # ----------------------------------------------------------------------------------------------------------- |
| 11 | 11 | ||
| 12 | +set -euo pipefail | ||
| 13 | + | ||
| 12 | _ASCEND_INSTALL_PATH=$ASCEND_INSTALL_PATH | 14 | _ASCEND_INSTALL_PATH=$ASCEND_INSTALL_PATH |
| 13 | 15 | ||
| 14 | source $_ASCEND_INSTALL_PATH/bin/setenv.bash | 16 | source $_ASCEND_INSTALL_PATH/bin/setenv.bash |
| @@ -9,6 +9,8 @@ | |||
| 9 | # See LICENSE in the root of the software repository for the full text of the License. | 9 | # See LICENSE in the root of the software repository for the full text of the License. |
| 10 | # ----------------------------------------------------------------------------------------------------------- | 10 | # ----------------------------------------------------------------------------------------------------------- |
| 11 | 11 | ||
| 12 | +set -euo pipefail | ||
| 13 | + | ||
| 12 | _ASCEND_INSTALL_PATH=$ASCEND_INSTALL_PATH | 14 | _ASCEND_INSTALL_PATH=$ASCEND_INSTALL_PATH |
| 13 | 15 | ||
| 14 | source $_ASCEND_INSTALL_PATH/bin/setenv.bash | 16 | source $_ASCEND_INSTALL_PATH/bin/setenv.bash |
| @@ -9,6 +9,8 @@ | |||
| 9 | # See LICENSE in the root of the software repository for the full text of the License. | 9 | # See LICENSE in the root of the software repository for the full text of the License. |
| 10 | # ----------------------------------------------------------------------------------------------------------- | 10 | # ----------------------------------------------------------------------------------------------------------- |
| 11 | 11 | ||
| 12 | +set -euo pipefail | ||
| 13 | + | ||
| 12 | _ASCEND_INSTALL_PATH=$ASCEND_INSTALL_PATH | 14 | _ASCEND_INSTALL_PATH=$ASCEND_INSTALL_PATH |
| 13 | 15 | ||
| 14 | source $_ASCEND_INSTALL_PATH/bin/setenv.bash | 16 | source $_ASCEND_INSTALL_PATH/bin/setenv.bash |