summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad.hs')
-rw-r--r--XMonad.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad.hs b/XMonad.hs
index fe82dcb..95f0c5b 100644
--- a/XMonad.hs
+++ b/XMonad.hs
@@ -136,7 +136,6 @@ spawn x = io $ do
pid <- forkProcess $ do
forkProcess (createSession >> executeFile "/bin/sh" False ["-c", x] Nothing)
exitWith ExitSuccess
- return ()
getProcessStatus True False pid
return ()