| Index: clang_format_merge_driver
|
| diff --git a/git-hyper-blame b/clang_format_merge_driver
|
| similarity index 62%
|
| copy from git-hyper-blame
|
| copy to clang_format_merge_driver
|
| index 4abb969a88c3addb8a050e7c6442c5842c2c3150..8b79049469ca357d2c06571f7ce296481e7b295e 100755
|
| --- a/git-hyper-blame
|
| +++ b/clang_format_merge_driver
|
| @@ -3,4 +3,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -. $(type -P python_runner.sh)
|
| +base_dir=$(dirname "$0")
|
| +
|
| +PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/clang_format_merge_driver.py" "$@"
|
|
|