commit | eef2a0d751f4d53fb7b475e69e229cb541f7af2c | [log] [tgz] |
---|---|---|
author | Vanou Ishii <ishii.vanou@fujitsu.com> | Wed Jan 20 14:15:57 2021 +0900 |
committer | Vanou Ishii <ishii.vanou@fujitsu.com> | Mon Jan 25 16:51:19 2021 +0900 |
tree | 7eac595d6b05d9bc4d4f23ebed6f06906395fb28 | |
parent | 84ead5aacf8ada7c3cd8ff524cb1f7c7e8dc147d [diff] |
Fix Early Use of die function in stack.sh This commit fixes use of die function before it's defined. die function can be used after sourcing $TOP_DIR/functions chain- sources $TOP_DIR/functions-common. Because fixed portion of stack.sh checks existence of $TOP_DIR/inc and sourcing $TOP_DIR/function chain source $TOP_DIR/inc, this commit uses echo & exit command instead of die function. Closes-Bug: #1913021 Change-Id: I5ec174cf7b02269525b1bfd0bfa94ea889d16fce