summarylogtreecommitdiffstats
path: root/xdg-open.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xdg-open.sh')
-rw-r--r--xdg-open.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/xdg-open.sh b/xdg-open.sh
new file mode 100644
index 000000000000..1babca94c6f8
--- /dev/null
+++ b/xdg-open.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+unset -v LD_LIBRARY_PATH
+/usr/bin/xdg-open $@