*** input/newsrun Fri Apr 28 02:51:02 1995 --- input/newsrun.neu Thu Apr 17 21:40:27 1997 *************** *** 123,134 **** # Decompress if necessary. case $f in ! *.Z) text=`echo $f | sed 's/Z\$/t/'` ! uncompress <$f >$text ;; *.t) text=$f ; : okay ;; *) text=${f}.t ! uncompress <$f >$text 2>/dev/null || { rm -f $text ; text=$f ; : okay ; } ;; esac || ln $f bad/$f if test " $f" != " $text" --- 123,134 ---- # Decompress if necessary. case $f in ! *.Z) text=${f}.t ! gzip -d <$f >$text ;; *.t) text=$f ; : okay ;; *) text=${f}.t ! gzip -d <$f >$text 2>/dev/null || { rm -f $text ; text=$f ; : okay ; } ;; esac || ln $f bad/$f if test " $f" != " $text"