summaryrefslogtreecommitdiffstats
path: root/caesar
diff options
context:
space:
mode:
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 "$@"