From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19412 invoked from network); 7 Mar 1999 23:13:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Mar 1999 23:13:26 -0000 Received: (qmail 24296 invoked by alias); 7 Mar 1999 23:12:22 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2199 Received: (qmail 24279 invoked from network); 7 Mar 1999 23:12:20 -0000 Date: Sun, 7 Mar 1999 18:12:18 -0500 From: Will Day To: zsh users mailing list Subject: prob w/ case patterns Message-ID: <19990307181218.A18404@rom.oit.gatech.edu> Reply-To: Will Day Mime-Version: 1.0 Content-Type: multipart/signed; boundary=zhXaljGHf11kAtnf; micalg=pgp-md5; protocol="application/pgp-signature" X-Mailer: Mutt 0.95.3i X-no-archive: yes --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable I'm running into a problem with patterns in a case statement: % cat ad case John.Smith in John*|one) echo ok;; *) echo huh;; esac % /bin/sh ad ok % /bin/ksh ad ok % /tmp/zsh/zsh-3.0.5/Src/zsh ad ok % /tmp/zsh/zsh-3.1.2/Src/zsh ad ok % /tmp/zsh/zsh-3.1.3/Src/zsh ad huh % /usr/local/bin/zsh-3.1.5 ad huh % ln -s /usr/local/bin/zsh-3.1.5 /tmp/ksh % /tmp/ksh ad huh Was this supposed to have changed between 3.1.2 and 3.1.3? ___________________________________________________________________________= ___ Will Day OIT / O&E / Technical Support willday@rom.oit.gatech.edu Georgia Tech, Atlanta 30332-0715 =3D-> Opinions expressed are mine alone and do not reflect OIT policy <= -=3D Those who would give up essential Liberty, to purchase a little temporary= =20 Safety, deserve neither Liberty nor Safety. Benjamin Franklin, Pennsylvania Assembly, Nov. 11, 1755 --zhXaljGHf11kAtnf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3a Comment: http://rom.oit.gatech.edu/~willday/pubkey.asc iQCVAwUBNuMH0RDHlOdPw2ZdAQF6dQP/QU88VTHLCkFsD3yJj+QaGVfua2K9dsyx kQBbxzqlkd+nSpLBVb7pZmUjjnv/6PjDtkCj2gogyghwUIMSpiP6Ay5fupD9Nzv2 BbFdBe7q6BGzzJj8m85WNk3Rom0DCXIom0tW8Ui+AL4UEixZf+Kg1xqZG756SHcz QF19ms/KcR4= =XgWx -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf--