[uw.mfcf.bugs] stripcomments

daroloson@watmath.waterloo.edu (Dani A. Roloson) (09/08/89)

"stripcomments" can not handle shell scripts that start with
	#!/bin/setgeteuid /bin/sh

% make install
rm -f ./OUT \
;  stripcomments OUT.csh >\ #temp  &&  mv \ #temp ./OUT </dev/null
Cannot strip this file: Not a recognized shell script
*** Error code 1

Stop.