Add /usr/lib/ispell/ispell.words for Linux
authorEzra Peisach <epeisach@mit.edu>
Mon, 30 Oct 1995 01:13:36 +0000 (01:13 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 30 Oct 1995 01:13:36 +0000 (01:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7003 dc483132-0cff-0310-8789-dd5450dbe970

src/util/berk_db/test/ChangeLog
src/util/berk_db/test/run.test

index ca04c6c1f3cf362c19110e1643bc2b01df49d767..fea3885b11359ed95a1151ea22a6ba8f555002a7 100644 (file)
@@ -1,3 +1,7 @@
+Sun Oct 29 20:07:29 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * run.test: Add /usr/lib/ispell/ispell.words for Linux
+
 Thu Oct 12 01:18:07 1995  Sam Hartman  <hartmans@tertius.mit.edu>
 
        * dbtest.c (rfile):  Don't declare index.
index 919d5a0b65adf0a377ff5bee48cac1388f88221a..eeaf7ed76837b26ab076a9bde1ec687517d9e4ed 100644 (file)
@@ -19,6 +19,9 @@ main()
        elif [ -f /usr/share/lib/dict/words ]; then
                # SGI Irix 5.x
                DICT=/usr/share/lib/dict/words
+       elif [ -f /usr/lib/ispell/ispell.words ]; then
+               # Linux w/ ispell
+               DICT=/usr/lib/ispell/ispell.words
        else
                echo 'run.test: no dictionary'
                exit 1