From e0614e75ef0b7e6cdf626049546d6c3db1c25997 Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Tue, 27 Jun 2017 17:18:31 -0700 Subject: Fix run_ruby.sh to pass shellcheck --- tools/run_tests/helper_scripts/run_ruby.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/run_tests/helper_scripts') diff --git a/tools/run_tests/helper_scripts/run_ruby.sh b/tools/run_tests/helper_scripts/run_ruby.sh index 4bd7d743c1..4e9c212877 100755 --- a/tools/run_tests/helper_scripts/run_ruby.sh +++ b/tools/run_tests/helper_scripts/run_ruby.sh @@ -16,6 +16,6 @@ set -ex # change to grpc repo root -cd $(dirname $0)/../../.. +cd "$(dirname "$0")/../../.." rake -- cgit v1.2.3