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:
Doug Anderson 2010-12-15 13:56:09 -08:00
parent 72d0b08d92
commit ebe1baa4ba

View File

@ -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