fixup! Add tix-upgrade(8).

This commit is contained in:
Jonas 'Sortie' Termansen 2023-07-16 21:26:49 +02:00
parent 14b389dfbe
commit 871c057b31
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ true > "$tmpdir/upgrade.sh"
if [ -z "$input_release_file" -a -z "$input_release_sig_file" ]; then
download_release_sh
# TODO: tix-vars's output is not quoted so it can be input again.
tix-vars "$tmpdir/release.sh" | \
grep -E '^UPGRADE_=' | \
cat > "$tmpdir/upgrade.sh"