| Index: webkit/tools/layout_tests/rebaseline.sh
|
| diff --git a/webkit/tools/layout_tests/rebaseline.sh b/webkit/tools/layout_tests/rebaseline.sh
|
| index 0af97d1992b1ff688ac2ac74bdcf21a258bffc93..8deb5bf3371d4fa59b405ac1350553470437aa2c 100755
|
| --- a/webkit/tools/layout_tests/rebaseline.sh
|
| +++ b/webkit/tools/layout_tests/rebaseline.sh
|
| @@ -1,5 +1,9 @@
|
| #!/bin/sh
|
|
|
| +# Copyright (c) 2009 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.
|
| +
|
| exec_dir=$(dirname $0)
|
|
|
| PYTHON_PROG=python
|
|
|