Chromium Code Reviews| 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 |