summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in b/pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in
index 3795ef48ad4..608dd7ae5d1 100644
--- a/pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in
+++ b/pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
-# $NetBSD: download-vulnerability-list.sh.in,v 1.4 2007/09/17 22:40:28 adrianp Exp $
+# $NetBSD: download-vulnerability-list.sh.in,v 1.5 2008/03/13 08:37:43 wiz Exp $
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -71,6 +71,7 @@ while [ $# -gt 0 ]; do
-c)
custom_conf=yes
local_conf="$2"
+ shift
;;
*)
usage "$0" "Unknown option $1"