change path to shell_utils.sh
Bug: 298692416 Test: source build/envsetup.sh && overrideflags, and then check the output Change-Id: Idf254b66da17079db2d08e98a9914e1c2f9f6097
This commit is contained in:
parent
2d57e36a39
commit
8817eed1af
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
|
||||
source $(cd $(dirname $BASH_SOURCE) &> /dev/null && pwd)/../../make/shell_utils.sh
|
||||
source $(cd $(dirname $BASH_SOURCE) &> /dev/null && pwd)/../shell_utils.sh
|
||||
require_top
|
||||
|
||||
function print_help() {
|
||||
|
|
Loading…
Reference in a new issue