cdm-xlaunch: use `"$@"' instead of `$*' for better quoting.

pull/14/head
Casper Ti. Vector 12 years ago
parent 202ae9a61e
commit 5dce1c0dbf

@ -77,7 +77,7 @@ if $consolekit; then
fi
# Conform to POSIX and do not use `>&' here.
setsid startx $* > /dev/null 2>&1 &
setsid startx "$@" > /dev/null 2>&1 &
# If wait(1) returns with a value >128, it was interrupted by kill(1),
# so registration was sucessful.

Loading…
Cancel
Save