]> gitweb.fluxo.info Git - qutebrowser.git/commitdiff
Fix OPTS, again
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Dec 2017 14:58:45 +0000 (12:58 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 21 Dec 2017 14:58:45 +0000 (12:58 -0200)
qutebrowser

index 45246ae991455fa12501ff6a4eba872e64ed1d9f..8f763864bed2159504a09bfe4678602ede0ace11 100755 (executable)
@@ -7,8 +7,8 @@ if [ "$1" != "update" ] && [ -x "$HOME/apps/qutebrowser/dist/.venv/bin/python3"
   # 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
-  OPTS="$@ --qt-flag disable-reading-from-canvas"
-  $HOME/apps/qutebrowser/dist/.venv/bin/python3 -m qutebrowser $OPTS
+  OPTS="--qt-flag disable-reading-from-canvas"
+  $HOME/apps/qutebrowser/dist/.venv/bin/python3 -m qutebrowser $OPTS "$@"
 else
   # Go to project folder
   cd `dirname $0`