Re: [wmii] wmii Digest, Vol 119, Issue 4

From: Suraj N. Kurapati <snk_AT_gna.org>
Date: Sun, 16 Mar 2008 10:24:40 -0700

Leandro Chescotta wrote:
> it says there's in line 63 near unespected esac...
>
> case "$1" in
> wmiirc)
> exit;
> esac # <---- error in vt1

You need to put two ;; semicolons at the end of a case item:

  case "blah" in
  foo) do_something ;;
  bar) something_else ;;
  esac
Received on Sun Mar 16 2008 - 18:25:24 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:38:07 UTC