diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-13 08:37:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-13 08:37:43 +0000 |
commit | 6a268616e6de585106b5a10e780666725a3d61cf (patch) | |
tree | 0c90932311522509441c1ee13e50c2cedc1cbe0d /pkgtools | |
parent | b6d3d06eaeaef79fa27f51ebf63f65fd69343fa5 (diff) | |
download | pkgsrc-6a268616e6de585106b5a10e780666725a3d61cf.tar.gz |
Fix download-vulnerability-list's -c option. From Jim Bernard in PR 38231.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/audit-packages/download-vulnerability-list.sh.in | 3 |
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" |