17 Mar
2008
17 Mar
'08
1:28 a.m.
Leandro Chescotta wrote:
no, i dont have plan9 installed, and the file is wmiirc, i have just realized that my ~/.wmii-3.5/wmiirc file has not the proper permissions, i chmod +x it, but now i have wmii to not load properly, and in VT1 it says there's in line 63 near unespected esac...
the portion of ~/.wmii-3.5/wmiirc that gives the error:
# Event processing # Processed later by `wmiiloop' and evaled. # Duplicate the eval line and replace 'eval' with 'echo' for details.
eventstuff() { cat <<'!' # Events Event Start case "$1" in wmiirc) exit; esac # <---- error in vt1
shouldn't that be exit;;