projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3f1fc
)
Better message from restart when mush.cnf is not found
author
Ari Johnson
<ari@cobramush.org>
Sat, 3 Mar 2007 00:27:48 +0000
(
00:27
+0000)
committer
Ari Johnson
<ari@theari.com>
Thu, 24 Mar 2011 15:58:45 +0000
(15:58 +0000)
(cherry picked from commit
97fc9844e665bcc21a1d14d3ec37b9c4f0009349
)
game/restart.dst
patch
|
blob
|
history
diff --git
a/game/restart.dst
b/game/restart.dst
index 9ccdf472a7ff5d8168c771aff0cd7c706555cb7d..87fb621c11bc514a2edb9ce54eac7d32f8d1ace7 100644
(file)
--- a/
game/restart.dst
+++ b/
game/restart.dst
@@
-36,7
+36,7
@@
echo Running from `pwd`
if [ ! -f "$CONF_FILE" ]; then
echo "CONF_FILE doesn't exist. It's: $CONF_FILE"
- echo "Create $CONF_FILE from $GAMEDIR/mushcnf.dst"
+ echo "Create $CONF_FILE from $GAMEDIR/mushcnf.dst
and run 'make update'
"
exit 1
fi