Re: [arch-general] arch-general Digest, Vol 41, Issue 23
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
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;;
participants (2)
-
Leandro Chescotta
-
R. Dale Thomas