From ebe1baa4ba68159299904a3437d0ea3c267ebf47 Mon Sep 17 00:00:00 2001 From: Doug Anderson Date: Wed, 15 Dec 2010 13:56:09 -0800 Subject: [PATCH] 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 --- update_kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_kernel.sh b/update_kernel.sh index 126786b2f6..4166709aea 100755 --- a/update_kernel.sh +++ b/update_kernel.sh @@ -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