Mercurial > hg > early-roguelike
diff rogue3/configure.ac @ 157:5238b835d661
Fix a typo in configure.ac.
'test' had been misspelled 'text', and the error had propagated to all
seven games.
author | John "Elwin" Edwards |
---|---|
date | Thu, 04 Jun 2015 14:48:25 -0400 |
parents | e5ddbaf324d4 |
children | 0e99eade579c |
line wrap: on
line diff
--- a/rogue3/configure.ac Thu Jun 04 10:41:39 2015 -0400 +++ b/rogue3/configure.ac Thu Jun 04 14:48:25 2015 -0400 @@ -111,7 +111,7 @@ if test "x$enable_savedir" = "xno" ; then SAVEDIR= elif test "x$enable_savedir" = "xyes" -o "x$enable_savedir" = "x"; then - if text "x$GROUPOWNER" != "x"; then + if test "x$GROUPOWNER" != "x"; then SAVEDIR="/var/local/games/roguelike/${progname}save/" else SAVEDIR="$progname/"