mirror of
https://github.com/dynup/kpatch
synced 2025-01-18 02:50:49 +00:00
Merge pull request #216 from jstancek/issue203
fix vmlinux parameter for kpatch-build
This commit is contained in:
commit
0ef39f8b0b
@ -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