From e6bf441a59d09bc552e4fe25eb036161bd45a28f Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 6 Apr 2004 13:43:42 +0000 Subject: [PATCH] - Fix wrong filename in a shell script echoed message PR: ports/65251 Submitted by: maintainer --- games/traindirector/files/patch-setup_trdir.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/traindirector/files/patch-setup_trdir.sh b/games/traindirector/files/patch-setup_trdir.sh index 2d7db8c6c825..a0ba25781c2e 100644 --- a/games/traindirector/files/patch-setup_trdir.sh +++ b/games/traindirector/files/patch-setup_trdir.sh @@ -55,6 +55,6 @@ echo "Installation complete" -echo "You can run ~/traindir.sh from a X console" \ No newline at end of file -+echo "a script file 'start-traindir' has been created in the current" ++echo "a script file 'traindir.sh' has been created in the current" +echo "directory. You can launch it to start the simulation, or move it" +echo "to your user's bin directory if you want."