From 871c057b31454f042c87dee4a793884859a5fda7 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 16 Jul 2023 21:26:49 +0200 Subject: [PATCH] fixup! Add tix-upgrade(8). --- tix/tix-fetch | 1 + 1 file changed, 1 insertion(+) diff --git a/tix/tix-fetch b/tix/tix-fetch index 4e800d35..fc52187c 100755 --- a/tix/tix-fetch +++ b/tix/tix-fetch @@ -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"