summaryrefslogtreecommitdiff
path: root/community/conkeror-git/conkeror.sh
diff options
context:
space:
mode:
Diffstat (limited to 'community/conkeror-git/conkeror.sh')
-rw-r--r--community/conkeror-git/conkeror.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/community/conkeror-git/conkeror.sh b/community/conkeror-git/conkeror.sh
index 7de1e7c02..963720513 100644
--- a/community/conkeror-git/conkeror.sh
+++ b/community/conkeror-git/conkeror.sh
@@ -1,4 +1,2 @@
#!/bin/sh
-cd /usr/share/conkeror/
-xulrunner application.ini $1
-cd -
+exec xulrunner /usr/share/conkeror/application.ini "$@"