pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper We don't use skipargs here... it's all in l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e24beb715060
branches:  trunk
changeset: 481149:e24beb715060
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Sep 26 21:09:34 2004 +0000

description:
We don't use skipargs here... it's all in logic.

diffstat:

 mk/wrapper/arg-source |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 330a57a44b9d -r e24beb715060 mk/wrapper/arg-source
--- a/mk/wrapper/arg-source     Sun Sep 26 20:43:48 2004 +0000
+++ b/mk/wrapper/arg-source     Sun Sep 26 21:09:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: arg-source,v 1.2 2004/09/24 09:37:28 seb Exp $
+# $NetBSD: arg-source,v 1.3 2004/09/26 21:09:34 jlam Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -46,7 +46,6 @@
 # the queue.
 
 # Push arguments from the command line into the argument buffer.
-skipargs=0
 while $test $# -gt 0; do
        arg="$1"; shift
        case $arg in



Home | Main Index | Thread Index | Old Index