]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - caesar/rot13.sh
$* -> "$@", not that it does anything. yet.
[bsdgames-darwin.git] / caesar / rot13.sh
index 0ecba799ddb8add1f07cbe70a67a331e460d2a5c..15f1a1a4abf50abf896143391f276d3493ee660e 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: rot13.sh,v 1.4 2000/04/24 15:30:34 perry Exp $
+#      $NetBSD: rot13.sh,v 1.5 2000/04/24 15:37:32 perry 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 $*
+/usr/games/caesar 13 "$@"