Files
nethack/sys
PatR e0bf7a01cc nethack.sh: test -e vs test -f
Change the test for whether fonts.dir exists (added to the script
in 3.6.0, for automatically setting up possible use of the NH10 font
under X11) from 'test -e file' to 'test -f file' since the latter
seems to be more universally available.  When present, fonts.dir is
plain text, so a test for "exists and is a regular file" rather than
one for general existance is appropriate.
2019-03-12 14:11:26 -07:00
..
2018-11-11 10:29:52 -05:00
2018-11-11 10:29:52 -05:00
2019-01-29 17:14:55 -08:00
2018-11-11 10:29:52 -05:00
2019-03-06 11:43:27 -08:00
2019-03-12 14:11:26 -07:00
2019-02-22 14:56:42 -08:00
2019-01-29 17:14:55 -08:00