| Index: runtime/tools/create_string_literal.py
|
| diff --git a/runtime/tools/create_string_literal.py b/runtime/tools/create_string_literal.py
|
| old mode 100644
|
| new mode 100755
|
| index 7b4b2ecaf2dd28e378fee52b12bd6b7a8ac2afec..52a9b1013c7f6d85a6553cf03c25452e37a677d9
|
| --- a/runtime/tools/create_string_literal.py
|
| +++ b/runtime/tools/create_string_literal.py
|
| @@ -1,3 +1,5 @@
|
| +#!/usr/bin/env python
|
| +#
|
| # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|