diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-12-19 10:11:11 -0800 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2017-12-19 10:11:11 -0800 |
commit | d1563c37cd90b51064b3f871053eba97496e0917 (patch) | |
tree | f7a98eb65b04e785af415bc3679507ebd4385f73 /tools | |
parent | 96ccd9ae979d30fbc5d5a7b43de79fba7ababa32 (diff) |
Fix core_untyped_structs.sh to pass shellcheck
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/sanity/core_untyped_structs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/sanity/core_untyped_structs.sh b/tools/run_tests/sanity/core_untyped_structs.sh index 792dd68fdd..af319096fd 100755 --- a/tools/run_tests/sanity/core_untyped_structs.sh +++ b/tools/run_tests/sanity/core_untyped_structs.sh @@ -15,7 +15,7 @@ set -e -cd `dirname $0`/../../.. +cd "$(dirname "$0")/../../.." # # Make sure that all core struct/unions have a name or are typedef'ed |