[comp.sources.bugs] warp7

nerd@percival.UUCP (06/12/87)

I just got through the Configure script for Larry's latest version of
warp.  As distributed on comp.sources.games the distribution is missing
the file "myread" which causes Configure to abort right after it finishes
the quiz sesion.  I took Larry's "myread" from the "rn" distribution and
used it successfuly, to save you the trouble (it is short after all) I
included it here, cut at the ----ed line, and remove my signature, save
as "/usr/src/games/warp7/myread" or wherever you have the sources and
re-run Configure.
Thanks for the Nth time Larry, for us this is better than your new
soft^H^H^H^Hliveware.
-----------cut here---------
ans='!'
while expr "X$ans" : "X!" >/dev/null; do
    read ans
    case "$ans" in
    !)
	sh
	echo " "
	echo  "Your answer: \c"
	;;
    !*)
	set `expr "X$ans" : "X!\(.*\)$"`
	sh -c "$*"
	echo " "
	echo  "Your answer: \c"
	;;
    esac
done
-- 
If my employer knew my opinions he would probably look for another engineer.

	Michael Galassi, Frye Electronics, Tigard, OR
	..!{decvax,ucbvax,ihnp4,seismo}!tektronix!reed!percival!nerd