summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-12-21 12:57:38 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-12-21 12:57:38 -0200
commit628aaedf5862061257426dce584cf7b851efae7c (patch)
treea2eabe620b75f6df1d15b7ccb1ff27975275835f
parentcfea91f313a16c9f2541d314d7bd2c1b0c7fcd78 (diff)
downloadqutebrowser-628aaedf5862061257426dce584cf7b851efae7c.tar.gz
qutebrowser-628aaedf5862061257426dce584cf7b851efae7c.tar.bz2
Keep OpenSSL 1.1, fix OPTS
-rwxr-xr-xqutebrowser4
1 files changed, 2 insertions, 2 deletions
diff --git a/qutebrowser b/qutebrowser
index ff06aa6..45246ae 100755
--- a/qutebrowser
+++ b/qutebrowser
@@ -6,9 +6,9 @@
if [ "$1" != "update" ] && [ -x "$HOME/apps/qutebrowser/dist/.venv/bin/python3" ]; then
# See http://qutebrowser.org/doc/install.html#tox
#export LD_LIBRARY_PATH=/usr/lib/openssl-1.0
- export LD_LIBRARY_PATH=/usr/lib/`arch`-linux-gnu/openssl-1.0.2
+ #export LD_LIBRARY_PATH=/usr/lib/`arch`-linux-gnu/openssl-1.0.2
OPTS="$@ --qt-flag disable-reading-from-canvas"
- $HOME/apps/qutebrowser/dist/.venv/bin/python3 -m qutebrowser "$OPTS"
+ $HOME/apps/qutebrowser/dist/.venv/bin/python3 -m qutebrowser $OPTS
else
# Go to project folder
cd `dirname $0`