File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- python tools/gclient_hook.py
2
+ python3 tools/gclient_hook.py
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- python tools/fix_style.py $@
2
+ python3 tools/fix_style.py $@
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- python make_distrib.py --output-dir ../binary_distrib/ $@
2
+ python3 make_distrib.py --output-dir ../binary_distrib/ $@
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- python tools/make_version_header.py include/cef_version.h
2
+ python3 tools/make_version_header.py include/cef_version.h
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- python tools/patcher.py
2
+ python3 tools/patcher.py
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- python tools/patch_updater.py $@
2
+ python3 tools/patch_updater.py $@
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- python translator.py --root-dir .. $@
2
+ python3 translator.py --root-dir .. $@
You can’t perform that action at this time.
0 commit comments