summaryrefslogtreecommitdiff
path: root/v-www-browser.sh
diff options
context:
space:
mode:
Diffstat (limited to 'v-www-browser.sh')
-rw-r--r--v-www-browser.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/v-www-browser.sh b/v-www-browser.sh
index bbf6ab5..7a92a95 100644
--- a/v-www-browser.sh
+++ b/v-www-browser.sh
@@ -2,7 +2,7 @@
# Copyright (C) 2011, 2013 Luke Shumaker <lukeshu@sbcglobal.net>
if [ -n "$DISPLAY" ]; then
- x-www-browser "$@"
+ exec x-www-browser "$@"
else
- www-browser "$@"
+ exec www-browser "$@"
fi