Additional fix for MR !15, but spaces in $HOME will cause more problems that just this fix.
This commit is contained in:
parent
79476e8732
commit
955fba899c
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue