summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/open2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/open b/bin/open
index aa5bfb2..82f1784 100755
--- a/bin/open
+++ b/bin/open
@@ -4,5 +4,5 @@ case $(uname -s) in
(Darwin)
exec /usr/bin/open "$@" ;;
(*)
- exec xdg_open "$@" >/dev/null 2>&1 </dev/null & ;;
+ exec xdg-open "$@" >/dev/null 2>&1 </dev/null & ;;
esac