Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: update_kernel.sh

Issue 5859002: Fixed update_kernel.sh not to put an extra set of quotes w/ enter_chroot. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_kernel.sh
diff --git a/update_kernel.sh b/update_kernel.sh
index 126786b2f66c97198b60b9e66c1e6e4fb27f218c..4166709aea65be6fabd654f08f1bdbfeca25635e 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698