From bcf706057034c99a67547608a57b9c291b497cdc Mon Sep 17 00:00:00 2001 From: Andrew Dean Date: Mon, 6 Feb 2017 14:41:44 -0500 Subject: [PATCH] Resolving spelling and quotation issues. --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 1f3cbf3..c674d70 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -6184,7 +6184,7 @@ install_voidlinux_stable_deps() { if [ "${_EXTRA_PACKAGES}" != "" ]; then echoinfo "Installing the following extra packages as requested: ${_EXTRA_PACKAGES}" - xbps-install -Suy ${_EXTRA_PACKGES} || return 1 + xbps-install -Suy "${_EXTRA_PACKAGES}" || return 1 fi return 0