diff options
author | cmp@chromium.org <cmp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 00:02:20 +0000 |
---|---|---|
committer | cmp@chromium.org <cmp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 00:02:20 +0000 |
commit | 472f5e19236ddb56db47d97610bf0b89c5838d6d (patch) | |
tree | 3139ac1ab06d554a30c7472fd5b211b91c4540fc /build | |
parent | 27e7a0550418ae72e0eea96ddca65d43f559103a (diff) | |
download | chromium_src-472f5e19236ddb56db47d97610bf0b89c5838d6d.zip chromium_src-472f5e19236ddb56db47d97610bf0b89c5838d6d.tar.gz chromium_src-472f5e19236ddb56db47d97610bf0b89c5838d6d.tar.bz2 |
Fix syntax error in install-build-deps.sh.
TBR=markus@chromium.org
BUG=118530
Review URL: https://chromiumcodereview.appspot.com/9701085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127038 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/install-build-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 1cdf46c..cf01ff7 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -218,7 +218,7 @@ if [ "$(uname -m)" = "x86_64" ]; then echo echo "If you nonetheless want to try installing 32bit libraries" echo "directly, you can do so by explicitly passing the --lib32" - echo "option to install-build-deps.sh. + echo "option to install-build-deps.sh." fi if test "$do_inst_lib32" != "1" then |