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