summaryrefslogtreecommitdiffstats
path: root/caesar
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2000-04-24 15:42:40 +0000
committersimonb <simonb@NetBSD.org>2000-04-24 15:42:40 +0000
commite7e0e448dea08bf6ed489b1bf62e287896dabc4e (patch)
tree869a4caadfb27e661d1e6e5fd4bf85b5f28fc3b9 /caesar
parentf81bdcb9a00092214c85926e7b265eef0fcf5166 (diff)
downloadbsdgames-darwin-e7e0e448dea08bf6ed489b1bf62e287896dabc4e.tar.gz
bsdgames-darwin-e7e0e448dea08bf6ed489b1bf62e287896dabc4e.tar.zst
bsdgames-darwin-e7e0e448dea08bf6ed489b1bf62e287896dabc4e.zip
While everyone's beating up on rot13 - use 'exec' to loose the shell
process.
Diffstat (limited to 'caesar')
-rw-r--r--caesar/rot13.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/caesar/rot13.sh b/caesar/rot13.sh
index 15f1a1a4..d00d385f 100644
--- a/caesar/rot13.sh
+++ b/caesar/rot13.sh
@@ -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 "$@"