diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-23 13:04:11 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-23 13:04:11 +0000 |
commit | 3f0bd77cb4d0cc3d73b40c72ab8bae0f34404af9 (patch) | |
tree | 752114b12e941b4bebd885e193bee69e2eebde16 /base | |
parent | d48fea3133296633ddd7c5fc35c04338c589bcfa (diff) | |
download | chromium_src-3f0bd77cb4d0cc3d73b40c72ab8bae0f34404af9.zip chromium_src-3f0bd77cb4d0cc3d73b40c72ab8bae0f34404af9.tar.gz chromium_src-3f0bd77cb4d0cc3d73b40c72ab8bae0f34404af9.tar.bz2 |
Set svn:executable bit on scripts that are executable.
This file is committed independently because it cannot be tested on the try
server.
Original review at https://chromiumcodereview.appspot.com/10165021/
TBR=mark@chromium.org
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10169027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rwxr-xr-x[-rw-r--r--] | base/allocator/prep_libc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/allocator/prep_libc.sh b/base/allocator/prep_libc.sh index 5edd2fe..d1ceb80 100644..100755 --- a/base/allocator/prep_libc.sh +++ b/base/allocator/prep_libc.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # |