diff options
author | des <des@FreeBSD.org> | 2004-03-07 06:25:45 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-03-07 06:25:45 +0800 |
commit | 5a8668a1412ed01a17b7592ebe626e8c772997c8 (patch) | |
tree | a35480f8f592a5aad8d2a9da42a22bd4ecb552b0 /games | |
parent | 15c49406c40c8e93ee4b64512e877e7e618106c7 (diff) | |
download | freebsd-ports-gnome-5a8668a1412ed01a17b7592ebe626e8c772997c8.tar.gz freebsd-ports-gnome-5a8668a1412ed01a17b7592ebe626e8c772997c8.tar.zst freebsd-ports-gnome-5a8668a1412ed01a17b7592ebe626e8c772997c8.zip |
Cosmetic nit.
Diffstat (limited to 'games')
-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}" |