summarylogtreecommitdiffstats
path: root/brave
diff options
context:
space:
mode:
authorPedro A. López-Valencia2017-02-21 21:08:08 -0500
committerPedro A. López-Valencia2017-02-21 21:08:08 -0500
commitdc5f8144d3e3d656576b6316a94c8b077ed8ed25 (patch)
tree6ce418b35958178ea9eae5d7f3fae5f6a8590197 /brave
parentf8585b63b900c204003f208610f1d71c1d7107c2 (diff)
downloadaur-dc5f8144d3e3d656576b6316a94c8b077ed8ed25.tar.gz
fix direct URL opening. Not sure why you want that, but to each his own.
Diffstat (limited to 'brave')
-rw-r--r--brave2
1 files changed, 1 insertions, 1 deletions
diff --git a/brave b/brave
index 1dd227a2ea7d..a19129933a8e 100644
--- a/brave
+++ b/brave
@@ -1,3 +1,3 @@
#!/usr/bin/sh
-exec /usr/lib/brave/brave --no-sandbox "$@"
+exec /usr/lib/brave/brave --no-sandbox -- "$@"