diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-06 22:25:45 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-06 22:25:45 +0000 |
commit | 394a9405cacc6ce4ac4b31e48a339e73778a026d (patch) | |
tree | 55f2be1c9d6c5c677565c0c187ea103f32183225 | |
parent | Add Adobe Acrobat Reader and GNU Anubis issues. (diff) |
Cosmetic nit.
Notes
Notes:
svn path=/head/; revision=103140
-rw-r--r-- | games/linux-nwnclient/files/nwn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-nwnclient/files/nwn.sh b/games/linux-nwnclient/files/nwn.sh index f48bdab235ae..cca514acb3e5 100644 --- a/games/linux-nwnclient/files/nwn.sh +++ b/games/linux-nwnclient/files/nwn.sh @@ -67,7 +67,7 @@ if [ ! -d "${NWNUSERDIR}" ] ; then read dummy fi -echo "Saved games will be stored in ${NWNUSERDIR}/.nwn/saves/" +echo "Saved games will be stored in ${NWNUSERDIR}/saves/" cd "${NWNUSERDIR}" |