mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 17:08:04 +00:00
Fix syntax highlighting test update.sh to work on Mac OS
This commit is contained in:
parent
b8535689d3
commit
51d25e5859
1 changed files with 3 additions and 1 deletions
4
tests/syntax-tests/update.sh
vendored
4
tests/syntax-tests/update.sh
vendored
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
python create_highlighted_versions.py -O highlighted
|
||||
python="python3"
|
||||
if ! command -v python3 &>/dev/null; then python="python"; fi
|
||||
"$python" create_highlighted_versions.py -O highlighted
|
||||
|
|
Loading…
Reference in a new issue