diff options
author | Mehrdad Afshari <mmx@google.com> | 2018-01-16 14:46:04 -0800 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2018-01-16 14:46:04 -0800 |
commit | 37d9036e0695271fcd19350b8aa0f493ab15f182 (patch) | |
tree | 7cb92073ef7a69d1dc0197fd34c6bacea873482a /tools | |
parent | 7b0a3fb4f97557a50dd046eb0d7b1c79ca360b12 (diff) |
Fix check_windows_dlls.sh to pass shellcheck
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/distrib/check_windows_dlls.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/check_windows_dlls.sh b/tools/distrib/check_windows_dlls.sh index 9b03e8bf3e..c25091edfd 100755 --- a/tools/distrib/check_windows_dlls.sh +++ b/tools/distrib/check_windows_dlls.sh @@ -16,7 +16,7 @@ set -ex # change to root directory -cd $(dirname $0)/../.. +cd "$(dirname "$0")/../.." bundle rake dlls |