diff --git a/src/cdm-xlaunch b/src/cdm-xlaunch index 02cca0a..6d12d6a 100755 --- a/src/cdm-xlaunch +++ b/src/cdm-xlaunch @@ -87,7 +87,7 @@ fi if $altstartx; then # Alternative method of calling setsid(/startx) for systems that are unresponsive to the 'normal' call. - (startx "$@" > "$startxlog" + (startx "$@" > "$startxlog") else startx "$@" > "$startxlog" fi