Additional fix for MR !15, but spaces in $HOME will cause more problems that just this fix.

This commit is contained in:
Bert van der Weerd 2021-03-28 20:49:49 +02:00
parent 79476e8732
commit 955fba899c
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -410,7 +410,7 @@ if [ -f '/c/mozilla-build/start-shell.bat' ]; then
fi fi
if [ -f "$HOME/.cargo/env" ]; then if [ -f "$HOME/.cargo/env" ]; then
. $HOME/.cargo/env . "$HOME/.cargo/env"
fi fi