summaryrefslogtreecommitdiff
path: root/.local/bin/x-www-browser
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:37:40 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-01-29 01:37:40 -0500
commit1e77007556e623a63478a18790098c510b9cbbd9 (patch)
tree3d8974560bf4da46cd9ec2ac9c9be21f881b14ab /.local/bin/x-www-browser
parentc007a61ad7e885f7f3dadd05bae555e577ce27c9 (diff)
.local/bin/x-*: exec, not eval. I'm smert
Diffstat (limited to '.local/bin/x-www-browser')
-rwxr-xr-x.local/bin/x-www-browser2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/x-www-browser b/.local/bin/x-www-browser
index 945dcfc..b0b05e0 100755
--- a/.local/bin/x-www-browser
+++ b/.local/bin/x-www-browser
@@ -1,3 +1,3 @@
#!/bin/sh
-eval $(pick -s iceweasel icecat firefox conkeror) "$@"
+exec $(pick -s iceweasel icecat firefox conkeror) "$@"