$NetBSD: patch-ac,v 1.2 1998/08/07 10:40:26 agc Exp $ --- misc/run_tic.sh.orig Sun Dec 1 00:10:08 1996 +++ misc/run_tic.sh Sun Jun 21 00:19:09 1998 @@ -109,6 +109,7 @@ # to find terminfo under /usr/lib. That is, we'll _try_ to do that. Not # all systems support symbolic links, and those that do provide a variety # of options for 'test'. +exit 0 # don't do this if test "$TICDIR" != "$TERMINFO" ; then ( rm -f $TICDIR 2>/dev/null ) if ( cd $TICDIR 2>/dev/null )