summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--caesar/rot13.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/caesar/rot13.sh b/caesar/rot13.sh
index 66297fd0..51517a13 100644
--- a/caesar/rot13.sh
+++ b/caesar/rot13.sh
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: rot13.sh,v 1.2 1995/03/21 15:08:23 cgd Exp $
+# $NetBSD: rot13.sh,v 1.3 2000/04/24 13:21:26 hubertf Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -35,4 +35,6 @@
# @(#)rot13.sh 8.1 (Berkeley) 5/31/93
#
+PATH="/usr/games:$PATH"; export PATH
+
caesar 13 $*