Merge pull request #228351 from 1000101/tor-browser-fix
tor-browser-bundle-bin: fix $HOME trailing backslash
This commit is contained in:
commit
7acc90142c
@ -291,7 +291,7 @@ stdenv.mkDerivation rec {
|
||||
export LOCALE_ARCHIVE=${glibcLocales}/lib/locale/locale-archive
|
||||
|
||||
# Enter local state directory.
|
||||
REAL_HOME=\$HOME
|
||||
REAL_HOME=\''${HOME%/}
|
||||
TBB_HOME=\''${TBB_HOME:-''${XDG_DATA_HOME:-\$REAL_HOME/.local/share}/tor-browser}
|
||||
HOME=\$TBB_HOME
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user