Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/caesar While everyone's beating up on rot13 - use 'exe...
details: https://anonhg.NetBSD.org/src/rev/885813132908
branches: trunk
changeset: 485310:885813132908
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Apr 24 15:42:40 2000 +0000
description:
While everyone's beating up on rot13 - use 'exec' to loose the shell
process.
diffstat:
games/caesar/rot13.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 96f075ac0b8d -r 885813132908 games/caesar/rot13.sh
--- a/games/caesar/rot13.sh Mon Apr 24 15:37:32 2000 +0000
+++ b/games/caesar/rot13.sh Mon Apr 24 15:42:40 2000 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: rot13.sh,v 1.5 2000/04/24 15:37:32 perry Exp $
+# $NetBSD: rot13.sh,v 1.6 2000/04/24 15:42:40 simonb Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -35,4 +35,4 @@
# @(#)rot13.sh 8.1 (Berkeley) 5/31/93
#
-/usr/games/caesar 13 "$@"
+exec /usr/games/caesar 13 "$@"
Home |
Main Index |
Thread Index |
Old Index