X-Git-Url: https://git.ao2.it/drupal-init-tools.git/blobdiff_plain/9725959472f76a32e61b26e6b838a1e85c314ed2..50b546739d6ba90d12b21700dcd02cebc07f0b7f:/libexec/bootstrap.sh diff --git a/libexec/bootstrap.sh b/libexec/bootstrap.sh index f48e303..42911cb 100755 --- a/libexec/bootstrap.sh +++ b/libexec/bootstrap.sh @@ -20,7 +20,7 @@ set -e usage() { cat <&2 echo "Use --overwrite-profile to copy over it." 1>&2 exit 1 else - cp -a $INSTALLATION_PROFILE $SITE_LOCAL_PATH/profiles + cp -a "$INSTALLATION_PROFILE" "${SITE_LOCAL_PATH}/profiles" fi fi