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/listBugDatabaseInfo | |
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/listBugDatabaseInfo')
-rwxr-xr-x | third_party/findbugs/bin/listBugDatabaseInfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/findbugs/bin/listBugDatabaseInfo b/third_party/findbugs/bin/listBugDatabaseInfo index 891f455..da04ab2 100755 --- a/third_party/findbugs/bin/listBugDatabaseInfo +++ b/third_party/findbugs/bin/listBugDatabaseInfo @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh program="$0" |