summarylogtreecommitdiffstats
path: root/tor-browser-en.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tor-browser-en.sh')
-rwxr-xr-xtor-browser-en.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tor-browser-en.sh b/tor-browser-en.sh
index 135f3f2f9a53..18f264bc5d22 100755
--- a/tor-browser-en.sh
+++ b/tor-browser-en.sh
@@ -64,7 +64,9 @@ Options:
-u|--update Force update of the copy in your home directory
--dir=<directory> The Tor-Browser directory to use
- All unrecognized arguments will be passed to the browser.
+ All unrecognized arguments will be passed to the browser,
+ but arguments with spaces will break, until Tor fixes this bug:
+ https://trac.torproject.org/projects/tor/ticket/12161
EOF
}
@@ -106,4 +108,4 @@ else
fi
# start tor-browser
-cd $INSTALL_DIRECTORY && ./start-tor-browser --class 'Tor Browser' "${args[@]}"
+cd $INSTALL_DIRECTORY && ./start-tor-browser --class Tor-Browser "${args[@]}"