From 955fba899c5dd8d4f365a40321d42e150537a7d7 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 28 Mar 2021 20:49:49 +0200 Subject: [PATCH] Additional fix for MR !15, but spaces in $HOME will cause more problems that just this fix. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8f00354..e0a4c35 100755 --- a/build.sh +++ b/build.sh @@ -410,7 +410,7 @@ if [ -f '/c/mozilla-build/start-shell.bat' ]; then fi if [ -f "$HOME/.cargo/env" ]; then - . $HOME/.cargo/env + . "$HOME/.cargo/env" fi