[xmonad] Re: Issue 126 in xmonad: xmonad doesn't warn when xmonad executable cannot be found

codesite-noreply at google.com codesite-noreply at google.com
Wed Mar 24 05:42:19 EDT 2010


Comment #7 on issue 126 by allbery.b: xmonad doesn't warn when xmonad  
executable cannot be found
http://code.google.com/p/xmonad/issues/detail?id=126

One small change for Solaris compatibility:  add a semicolon before the  
close brace, otherwise you will get a
head-scratchy type of error:

[5] zaphod:501 {allbery} [~] Z$ /bin/sh -c 'true && { true && true } ||  
echo huh'
/bin/sh: syntax error at line 1: `end of file' unexpected
zsh: exit 2     /bin/sh -c 'true && { true && true } || echo huh'
[5] zaphod:502 {allbery} [~] Z$ /bin/sh -c 'true && { true && true; } ||  
echo huh'
[5] zaphod:503 {allbery} [~] Z$


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list