Subject: Re: CVS commit: src/bin/sh
To: David Laight <david@l8s.co.uk>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 09/22/2003 07:41:22
On Sep 22, 11:31am, david@l8s.co.uk (David Laight) wrote:
-- Subject: Re: CVS commit: src/bin/sh

Grr. I'll take a look unless you do it before me.

christos

| This fix breaks 'case xx in "$@" )...' and 'case xx in "${#1}" ) ...'
| 
| $ sh -c 'set "*"; case "2" in "${#1}") echo oops;; esac')
| oops
| $ sh -c 'set "*" b; case "* b" in "$@") ;; * ) echo oops;; esac')
| oops
| $
| 
| 	David
| 
| -- 
| David Laight: david@l8s.co.uk
-- End of excerpt from David Laight