[alt.sources.d] Unofficial patch to shar3.49

tneff@bfmny0.BFM.COM (Tom Neff) (01/10/91)

In article <3540001@hpcc01.HP.COM> okamoto@hpcc01.HP.COM (Jeff Okamoto) writes:
>I like the features that shar3.49 offers, but there is one small thing
>that I didn't like: shar prints out some status messages to stderr
>while building the sharchve.  Since I have an alias which effectively
>does shar * >& shar.out you can see how that can cause problems.

If Jeff means he's doing

	shar * >shar.out &

then why not just change it to 
	
	shar * >shar.out 2>shar.err &

hmmm?