summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2004-09-26 21:09:34 +0000
committerjlam <jlam>2004-09-26 21:09:34 +0000
commitcecd1d9807392da2b1099b3c733e2ffb72bc8058 (patch)
tree585310d9ff67187894578babf588ff790969e488
parentb87606c0cfa481b09e888d020f42e8a66e53b508 (diff)
downloadpkgsrc-cecd1d9807392da2b1099b3c733e2ffb72bc8058.tar.gz
We don't use skipargs here... it's all in logic.
-rw-r--r--mk/wrapper/arg-source3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/wrapper/arg-source b/mk/wrapper/arg-source
index 158bbfb21a3..efd54bf0ad4 100644
--- a/mk/wrapper/arg-source
+++ b/mk/wrapper/arg-source
@@ -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