Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/wargames if we're going to quote the movie, let's at l...
details: https://anonhg.NetBSD.org/src/rev/9d4fa419288b
branches: trunk
changeset: 515213:9d4fa419288b
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Sep 19 04:54:06 2001 +0000
description:
if we're going to quote the movie, let's at least get it *right*
diffstat:
games/wargames/wargames.sh | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 62943cc87067 -r 9d4fa419288b games/wargames/wargames.sh
--- a/games/wargames/wargames.sh Wed Sep 19 04:09:54 2001 +0000
+++ b/games/wargames/wargames.sh Wed Sep 19 04:54:06 2001 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: wargames.sh,v 1.3 1999/11/16 17:27:14 abs Exp $
+# $NetBSD: wargames.sh,v 1.4 2001/09/19 04:54:06 lukem Exp $
#
# Copyright (c) 1985, 1993
# The Regents of the University of California. All rights reserved.
@@ -43,7 +43,10 @@
tput cl
exec /usr/games/$x
else
- # Original quote "Strange game, the only winning move is not to play."
- echo "Strange, the only winning move is not to play."
+ exec cat <<QUOTE
+A strange game.
+The only winning move is
+not to play.
+QUOTE
fi
exit 0
Home |
Main Index |
Thread Index |
Old Index