From e6e48d749b7b508cd06f3b7cab1b36ed3fcad936 Mon Sep 17 00:00:00 2001 From: gene Date: Sat, 19 Apr 1997 06:02:55 +0000 Subject: [PATCH] We have a visual report with high confidence that Joshua's words actually were: A STRANGE GAME. THE ONLY WINNING MOVE IS NOT TO PLAY. (but, nobody likes all caps anyway) --- games/wargames/wargames.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/wargames/wargames.sh b/games/wargames/wargames.sh index d4640f0c997..e74fa31de7a 100644 --- a/games/wargames/wargames.sh +++ b/games/wargames/wargames.sh @@ -1,4 +1,5 @@ #!/bin/sh - +# $OpenBSD: wargames.sh,v 1.2 1997/04/19 06:02:55 gene Exp $ # $NetBSD: wargames.sh,v 1.2 1995/04/22 07:53:44 cgd Exp $ # # Copyright (c) 1985, 1993 @@ -41,6 +42,7 @@ if [ -f /usr/games/$x ] ; then tput cl exec /usr/games/$x else - echo "Funny, the only way to win is not to play at all." + echo "A strange game." + echo "The only winning move is not to play." fi exit 0 -- 2.20.1