Fix syntax highlighting test update.sh to work on Mac OS

pull/1227/head
Ethan P 4 years ago committed by David Peter
parent b8535689d3
commit 51d25e5859

@ -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…
Cancel
Save