From f81bdcb9a00092214c85926e7b265eef0fcf5166 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 24 Apr 2000 15:37:32 +0000 Subject: $* -> "$@", not that it does anything. yet. --- caesar/rot13.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'caesar') diff --git a/caesar/rot13.sh b/caesar/rot13.sh index 0ecba799..15f1a1a4 100644 --- a/caesar/rot13.sh +++ b/caesar/rot13.sh @@ -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 "$@" -- cgit v1.2.3