Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/caesar $* -> "$@", not that it does anything. yet.
details: https://anonhg.NetBSD.org/src/rev/96f075ac0b8d
branches: trunk
changeset: 485309:96f075ac0b8d
user: perry <perry%NetBSD.org@localhost>
date: Mon Apr 24 15:37:32 2000 +0000
description:
$* -> "$@", not that it does anything. yet.
diffstat:
games/caesar/rot13.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 0df72f3f4c72 -r 96f075ac0b8d games/caesar/rot13.sh
--- a/games/caesar/rot13.sh Mon Apr 24 15:30:34 2000 +0000
+++ b/games/caesar/rot13.sh Mon Apr 24 15:37:32 2000 +0000
@@ -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 "$@"
Home |
Main Index |
Thread Index |
Old Index