From cfc5aba9914cb9f647b6076cef8309bee8c24f41 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Thu, 9 Jul 2020 10:41:03 -0600 Subject: [PATCH] Add quoting --- scripts/docker-install-phase4.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index 809287f..5c20191 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -24,7 +24,7 @@ RUSTUP_HOME=/opt/rust exec /opt/rust/bin/${0##*/} "$@" EOF chmod +x /opt/rust/wrapper for file in /opt/rust/bin/*; do - ln -s /opt/rust/wrapper /usr/bin/${file##*/} + ln -s /opt/rust/wrapper "/usr/bin/${file##*/}" done # Bash