From 203df6a5ae19566f492aa9de2be9b18af7ae38f7 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:53:48 +0900 Subject: [PATCH] fix: the flag of purge build deps (#751) A hot fix for #743 --- scripts/install_R_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_R_source.sh b/scripts/install_R_source.sh index 2806eea1..9d5159d4 100755 --- a/scripts/install_R_source.sh +++ b/scripts/install_R_source.sh @@ -11,7 +11,7 @@ set -e R_VERSION=${1:-${R_VERSION:-"latest"}} -PURGE_BUILDDEPS=${PURGE_BUILDDEPS=-"true"} +PURGE_BUILDDEPS=${PURGE_BUILDDEPS:-"true"} # shellcheck source=/dev/null source /etc/os-release