mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Update bash script to use python3
This commit is contained in:
parent
c542cf5ef1
commit
27d6841a85
@ -5,6 +5,6 @@ tmpdir_="../../help/temp"
|
|||||||
srcuri="https://alphamanual.audacityteam.org/man"
|
srcuri="https://alphamanual.audacityteam.org/man"
|
||||||
|
|
||||||
mkdir -p "${tmpdir_}"
|
mkdir -p "${tmpdir_}"
|
||||||
python mw2html.py "${srcuri}" "${tmpdir_}" -s
|
python3 mw2html.py "${srcuri}" "${tmpdir_}" -s
|
||||||
mv "${tmpdir_}/alphamanual.audacityteam.org" "${helpdir}"
|
mv "${tmpdir_}/alphamanual.audacityteam.org" "${helpdir}"
|
||||||
rm -r "${tmpdir_}"
|
rm -r "${tmpdir_}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user