From 81d2c1564fc96b82173fcff955bebf9ea763a9a5 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 22 Jun 2022 17:52:47 +0000 Subject: add missing quotes --- src/ruby/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ruby/install.sh') diff --git a/src/ruby/install.sh b/src/ruby/install.sh index f93253c..a1559b2 100644 --- a/src/ruby/install.sh +++ b/src/ruby/install.sh @@ -251,7 +251,7 @@ if [ "${INSTALL_RUBY_TOOLS}" = "true" ]; then # Non-root user may not have "gem" in path when script is run and no ruby version # is installed by rvm, so handle this by using root's default gem in this case ROOT_GEM="$(which gem || echo "")" - sudo_if ${ROOT_GEM} install ${DEFAULT_GEMS} + sudo_if "${ROOT_GEM} install ${DEFAULT_GEMS}" fi # VS Code server usually first in the path, so silence annoying rvm warning (that does not apply) and then source it -- cgit v1.2.3