From 8458645387bb908b6e7bb0c9e0125f2894c244e0 Mon Sep 17 00:00:00 2001 From: Ben Pence Date: Sat, 2 Aug 2014 11:40:53 -0400 Subject: [PATCH] Fixes typo in 87e3ce5 --- src/cdm-xlaunch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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