Skip to content

Commit 12993b6

Browse files
author
Javier Tejero
committed
Bugfix: Missing quotes at xdg-open
1 parent 99a6b66 commit 12993b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/xdg-open

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ open_generic()
656656
fi
657657

658658
if [ x"$browser_with_arg" = x"$browser" ]; then
659-
eval '$browser $1'$xdg_redirect_output;
659+
eval '$browser "$1"'$xdg_redirect_output;
660660
else eval '$browser_with_arg'$xdg_redirect_output;
661661
fi
662662

0 commit comments

Comments
 (0)