diff --git a/bin/x-open b/bin/x-open index 1cdf469..f71486c 100755 --- a/bin/x-open +++ b/bin/x-open @@ -1,6 +1,6 @@ #!/bin/sh case $(uname -r) in - *microsoft*) powershell.exe -noprofile start-process "$@";; + *microsoft*) powershell.exe -noprofile start-process "'$@'";; *) xdg-open "$@";; esac