[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: strange bash problem on potato



On Tue, Apr 06, 1999 at 02:17:59PM +0200, Ulf Jaenicke-Roessler wrote:

> #!/bin/bash
> set -e
> 
> i="a"
> case i in

That should be "case $i in"

>  [A-H]) echo Set [A-H]
>     ;;
>  [A-K]) echo Set [A-K]
>     ;;
> esac

Could you rerun your tests with that fixed? It still sounds like one of
your systems might be doing the case sensitivity thing wrong.

Cheers,
aj

-- 
Anthony Towns <aj@humbug.org.au> <http://azure.humbug.org.au/~aj/>
I don't speak for anyone save myself. PGP encrypted mail preferred.

``Like the ski resort of girls looking for husbands and husbands looking
  for girls, the situation is not as symmetrical as it might seem.''

Attachment: pgpbUGclpAinj.pgp
Description: PGP signature


Reply to: