Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/caesar keep it simple.
details: https://anonhg.NetBSD.org/src/rev/0df72f3f4c72
branches: trunk
changeset: 485308:0df72f3f4c72
user: perry <perry%NetBSD.org@localhost>
date: Mon Apr 24 15:30:34 2000 +0000
description:
keep it simple.
diffstat:
games/caesar/rot13.sh | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (18 lines):
diff -r 3cdbd58aeacc -r 0df72f3f4c72 games/caesar/rot13.sh
--- a/games/caesar/rot13.sh Mon Apr 24 15:25:00 2000 +0000
+++ b/games/caesar/rot13.sh Mon Apr 24 15:30:34 2000 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: rot13.sh,v 1.3 2000/04/24 13:21:26 hubertf Exp $
+# $NetBSD: rot13.sh,v 1.4 2000/04/24 15:30:34 perry Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -35,6 +35,4 @@
# @(#)rot13.sh 8.1 (Berkeley) 5/31/93
#
-PATH="/usr/games:$PATH"; export PATH
-
-caesar 13 $*
+/usr/games/caesar 13 $*
Home |
Main Index |
Thread Index |
Old Index