file under SGI Irix 5.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6179
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jun 28 00:04:07 1995 Mark Eichin <eichin@cygnus.com>
+
+ * run.test: look in /usr/share/lib/dict/words to find the words
+ file under SGI Irix 5.
Fri Jun 16 16:57:24 EDT 1995 Paul Park (pjpark@mit.edu)
* run.test - Remove argument processing loop and only do the first one
DICT=/usr/share/dict/words
elif [ -f /usr/dict/words ]; then
DICT=/usr/dict/words
- else
+ elif [ -f /usr/share/lib/dict/words ]; then
+ # SGI Irix 5.x
+ DICT=/usr/share/lib/dict/words
+ else
echo 'run.test: no dictionary'
exit 1
fi