pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/wrapper The "scan" program does not modify "$@".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce9e9f3ed3e3
branches:  trunk
changeset: 520427:ce9e9f3ed3e3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 21 11:43:42 2006 +0000

description:
The "scan" program does not modify "$@".

diffstat:

 mk/wrapper/NOTES |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 4883644b82d8 -r ce9e9f3ed3e3 mk/wrapper/NOTES
--- a/mk/wrapper/NOTES  Sat Oct 21 11:42:25 2006 +0000
+++ b/mk/wrapper/NOTES  Sat Oct 21 11:43:42 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: NOTES,v 1.3 2006/02/02 23:08:31 rillig Exp $
+$NetBSD: NOTES,v 1.4 2006/10/21 11:43:42 rillig Exp $
 
 The wrapper scripts work roughly like the block diagram below.
 
-===> {"$@"} <---> [scan]
+===> {"$@"} ---> [scan]
       |
       v
      [arg-source]
@@ -32,8 +32,3 @@
        \   /
         v v
 <===   {cmd}
-
-Additional notes:
-
-* The <---> between the "$@" and the [scan] is indentional. The [scan]
-  program may indeed modify "$@" by using the "set --" shell command.



Home | Main Index | Thread Index | Old Index