[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 42438 (TB): Export the original $HOME on Linux.



Title: GitLab

Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 14d5ad27
    by Pier Angelo Vendrame at 2024-03-06T18:47:08+00:00
    Bug 42438 (TB): Export the original $HOME on Linux.
    
    We need it for the migration wizard (e.g., to import bookmarks).
    

1 changed file:

Changes:

  • projects/browser/RelativeLink/start-browser
    ... ... @@ -254,6 +254,7 @@ if [ "$register_desktop_app" -eq -1 ]; then
    254 254
     	exit 0
    
    255 255
     fi
    
    256 256
     
    
    257
    +export BB_ORIGINAL_HOME="$HOME"
    
    257 258
     HOME="${PWD}"
    
    258 259
     export HOME
    
    259 260
     
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits