Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/bin/sh
On Sep 22, 11:31am, david%l8s.co.uk@localhost (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@localhost
-- End of excerpt from David Laight
Home |
Main Index |
Thread Index |
Old Index