Merge pull request #26 from CasperVector/master

cdm-xlaunch: fix typo introduced in commit 3c8e2bab
pull/30/head
Ghost1227 11 years ago
commit 923b637af4

@ -82,8 +82,7 @@ fi
if $altstartx; then
# Alternative method of calling setsid(/startx) for systems that are unresponsive to the 'normal' call.
# This method should be avoided because this implementation keeps extra background processes, waiting for startx to return.
$(setsid startx "$@" > /dev/null 2>&1) &
(setsid startx "$@" > /dev/null 2>&1 &)
else
setsid startx "$@" > /dev/null 2>&1 &
fi

Loading…
Cancel
Save