on a machine this fails on what does this output --- #!/bin/sh echo A | tr A '\301' | od -c ---
also, what is the output of /bin/sh -x on the snippet On Fri, 17 Oct 2008 22:47:19 -0700 (PDT) bugzilla-daemon at np.grommit.com wrote: > #!/bin/sh > case `echo A|tr A '\301'` in > A) echo "EBCDIC\n" ;; > *) echo "ASCII\n" ;; > esac > ---
