diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 02:23:34 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 02:23:34 +0000 |
commit | 04b235c59f82b9950cbdea433086415279fd3150 (patch) | |
tree | 5ef14df6fee0aa6066b9a0a6518b22cbf5c6df04 | |
parent | d5a94433ff8d7324510adae18ab1b9c9ba1394d5 (diff) | |
download | chromium_src-04b235c59f82b9950cbdea433086415279fd3150.zip chromium_src-04b235c59f82b9950cbdea433086415279fd3150.tar.gz chromium_src-04b235c59f82b9950cbdea433086415279fd3150.tar.bz2 |
Fix checkperms by removing extra space after shebang. Silly checkperms.py
BUG=none
TEST=ran ./tools/checkperms/checkperms.py --root build and it was clean.
TBR=mattm_g
Review URL: https://chromiumcodereview.appspot.com/10703021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144650 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | build/gdb-add-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gdb-add-index b/build/gdb-add-index index 2ba0397..8dd72c4 100755 --- a/build/gdb-add-index +++ b/build/gdb-add-index @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Add a .gdb_index section to a file. |