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

Unified Diff: build/install-chroot.sh

Issue 11418284: Use chroot name instead of full path chroot command (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: build/install-chroot.sh
diff --git a/build/install-chroot.sh b/build/install-chroot.sh
index d2c06fc39adc7fff1a2d7fa8d50de248403c588d..af85fb1f3bedfa68c7bf3bbfceec006ffb4095fc 100755
--- a/build/install-chroot.sh
+++ b/build/install-chroot.sh
@@ -769,7 +769,7 @@ if [ ! -h "${HOME}/chroot" ] &&
fi
# Clean up package files
-sudo schroot -c /usr/local/bin/"${target%bit}" -p -- apt-get clean
+sudo schroot -c "${target%bit}" -p -- apt-get clean
sudo apt-get clean
trap '' INT TERM QUIT HUP
« 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