Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: scan,v 1.1 2004/10/04 20:28:30 jlam Exp $
# $NetBSD: scan,v 1.2 2014/02/26 10:40:46 jperkin Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -35,10 +35,9 @@
# POSSIBILITY OF SUCH DAMAGE.
#
# Don't append extra arguments if "-v" is passed to the command.
# Optional argument processing.
for arg do
case $arg in
-v) append_extra_args=no; break ;;
*) ;;
esac
done