Fixes typo in 87e3ce5

pull/33/head
Ben Pence 10 years ago
parent 87e3ce54e4
commit 8458645387

@ -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

Loading…
Cancel
Save