mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
Fixed update_kernel.sh not to put an extra set of quotes w/ enter_chroot.
This change is in preparation for the new sudo, which corrects how parameters are passed to subcommands. Change-Id: I34d09d2716fbef137d02748a2934459a8a10d693 BUG=chromium-os:7072 TEST=Ran modified "update_kernel.sh" w/ old sudo and new sudo. Review URL: http://codereview.chromium.org/5859002
This commit is contained in:
parent
72d0b08d92
commit
ebe1baa4ba
@ -66,7 +66,7 @@ function main() {
|
||||
--bootloader /lib64/bootstub/bootstub.efi \
|
||||
--vmlinuz /build/${FLAGS_board}/boot/vmlinuz"
|
||||
|
||||
./enter_chroot.sh -- "${cmd}"
|
||||
./enter_chroot.sh -- ${cmd}
|
||||
|
||||
learn_partition
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user