diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 23:08:58 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-22 23:08:58 +0000 |
commit | 1597399122fa6d8343dc6d5cdb771f95908c09b1 (patch) | |
tree | fe251c944e5236bcbc68f466ca8654ad76214b80 /third_party/findbugs/bin/computeBugHistory | |
parent | a8819a66f9d9d5acc1b7971cec9bb73d456137bd (diff) | |
download | chromium_src-1597399122fa6d8343dc6d5cdb771f95908c09b1.zip chromium_src-1597399122fa6d8343dc6d5cdb771f95908c09b1.tar.gz chromium_src-1597399122fa6d8343dc6d5cdb771f95908c09b1.tar.bz2 |
Fix check_perms error from the findbugs checkin.
Review URL: https://codereview.chromium.org/11226050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/findbugs/bin/computeBugHistory')
-rwxr-xr-x | third_party/findbugs/bin/computeBugHistory | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/findbugs/bin/computeBugHistory b/third_party/findbugs/bin/computeBugHistory index 24ce26c..717584b 100755 --- a/third_party/findbugs/bin/computeBugHistory +++ b/third_party/findbugs/bin/computeBugHistory @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Merge a historical bug collection and a bug collection, producing an updated # historical bug collection |