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

Unified Diff: enable_localaccount.sh

Issue 6240018: This starts to fix the scripts so that they load from /usr/lib/crosutils (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: fixing bad merge Created 9 years, 11 months 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 | « emit_gpt_scripts.sh ('k') | enter_chroot.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: enable_localaccount.sh
diff --git a/enable_localaccount.sh b/enable_localaccount.sh
index 3590d7adec6bb865714762c24b156cbc43515e8a..2232551977f80791347ad047b482e7ab27ff59f3 100755
--- a/enable_localaccount.sh
+++ b/enable_localaccount.sh
@@ -4,8 +4,7 @@
# found in the LICENSE file.
set -e
-if [ -z $1 ]
-then
+if [ -z $1 ]; then
echo "Usage: $0 localaccount_username [chroot_path]"
exit 1
fi
« no previous file with comments | « emit_gpt_scripts.sh ('k') | enter_chroot.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698