diff options
author | Geo.Liaskos@gmail.com <Geo.Liaskos@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-21 03:47:44 +0000 |
---|---|---|
committer | Geo.Liaskos@gmail.com <Geo.Liaskos@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-21 03:47:44 +0000 |
commit | a220b593c5b7fa2fde7074ea6c1c7afe36500d21 (patch) | |
tree | 9b8c6ff48cbf4d13d94dd5c3955078cedb7b794b /tools | |
parent | 864c6324e727020f09b31339e2077be06c93d403 (diff) | |
download | chromium_src-a220b593c5b7fa2fde7074ea6c1c7afe36500d21.zip chromium_src-a220b593c5b7fa2fde7074ea6c1c7afe36500d21.tar.gz chromium_src-a220b593c5b7fa2fde7074ea6c1c7afe36500d21.tar.bz2 |
Add more support for FreeBSD
BUG=
Review URL: https://chromiumcodereview.appspot.com/16206002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224546 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/clang/scripts/plugin_flags.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/plugin_flags.sh b/tools/clang/scripts/plugin_flags.sh index 0d8dea5..ac941d7 100755 --- a/tools/clang/scripts/plugin_flags.sh +++ b/tools/clang/scripts/plugin_flags.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # 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. |