[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: es bug
Tom Tromey writes:
; mkdir x y
; touch a b
; echo */
a/ b/ x/ y/
;
There's something strange going on here. On my Sun 3 running SunOS
4.1.1, I get the following.
; mkdir x y
; touch a b
; echo */
x/ y/
What architecture are you using? Later versions of the SunOS kernel
have this habit of arbitrarily stripping slashes -- could the es code
be getting bitten by that somehow?
- References:
- Re: es bug
- From: David McNab <mcnab@nas.nasa.gov>
- Re: es bug
- From: tromey@busco.lanl.gov (Tom Tromey)