已合并
【PR】: clean code #2161
zhangke创建于 5月14日
【PR】: clean code #2161
已合并
zhangke创建于 5月14日
已删除 :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_PATH14_ASCEND_INSTALL_PATH=$ASCEND_INSTALL_PATH
13 15 
14source $_ASCEND_INSTALL_PATH/bin/setenv.bash16source $_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_PATH14_ASCEND_INSTALL_PATH=$ASCEND_INSTALL_PATH
13 15 
14source $_ASCEND_INSTALL_PATH/bin/setenv.bash16source $_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_PATH14_ASCEND_INSTALL_PATH=$ASCEND_INSTALL_PATH
13 15 
14source $_ASCEND_INSTALL_PATH/bin/setenv.bash16source $_ASCEND_INSTALL_PATH/bin/setenv.bash