Chromium Code Reviews| Index: scripts/macports-gcc-wrapper/gcc |
| =================================================================== |
| --- scripts/macports-gcc-wrapper/gcc (revision 0) |
| +++ scripts/macports-gcc-wrapper/gcc (revision 0) |
| @@ -0,0 +1,7 @@ |
| +#!/bin/sh |
| + |
| +# Copyright (c) 2010 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. |
| + |
| +python `dirname $0`/wrapper.py `basename $0` $@ |