Merge branch 'spaces-in-home' into 'master'
Prevent error when $HOME contains spaces Closes #39 See merge request librewolf-community/browser/windows!15
This commit is contained in:
commit
4fcc857c1f
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -409,7 +409,7 @@ if [ -f '/c/mozilla-build/start-shell.bat' ]; then
|
|||
export PATH=$TPATH:$PATH
|
||||
fi
|
||||
|
||||
if [ -f $HOME/.cargo/env ]; then
|
||||
if [ -f "$HOME/.cargo/env" ]; then
|
||||
. $HOME/.cargo/env
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue