summaryrefslogtreecommitdiffstats
path: root/third_party/findbugs/README.chromium
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 23:08:58 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 23:08:58 +0000
commit1597399122fa6d8343dc6d5cdb771f95908c09b1 (patch)
treefe251c944e5236bcbc68f466ca8654ad76214b80 /third_party/findbugs/README.chromium
parenta8819a66f9d9d5acc1b7971cec9bb73d456137bd (diff)
downloadchromium_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/README.chromium')
-rw-r--r--third_party/findbugs/README.chromium4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/findbugs/README.chromium b/third_party/findbugs/README.chromium
index c165cfc..8a995b8 100644
--- a/third_party/findbugs/README.chromium
+++ b/third_party/findbugs/README.chromium
@@ -6,4 +6,6 @@ Security Critical: no
License: LGPL 3
License File: LICENSE
-There is no local modificaiton.
+Local Modifications:
+- Changed "#! /bin/sh" to "#!/bin/sh" in shell scripts to pass check_perms.
+- Set the svn:exeuctable bit correctly on bin/findbugs.bat and bin/findbugs.ico.