mirror of
https://github.com/dynup/kpatch
synced 2025-01-29 16:22:44 +00:00
fix vmlinux parameter for kpatch-build
It was missing in getopt arguments. Signed-off-by: Jan Stancek <jstancek@redhat.com>
This commit is contained in:
parent
6aee215b04
commit
e89f6fa679
@ -92,7 +92,7 @@ usage() {
|
||||
echo " -d, --debug Keep scratch files in /tmp" >&2
|
||||
}
|
||||
|
||||
options=$(getopt -o hr:s:c:d -l "help,sourcerpm:,sourcedir:,config:,debug" -- "$@") || die "getopt failed"
|
||||
options=$(getopt -o hr:s:c:v:d -l "help,sourcerpm:,sourcedir:,config:,vmlinux:,debug" -- "$@") || die "getopt failed"
|
||||
|
||||
eval set -- "$options"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user