From 30b064a0d8951f3e14fa00cd5b06c0e4e58488d4 Mon Sep 17 00:00:00 2001 From: cos Date: Sun, 15 Oct 2023 16:35:39 +0200 Subject: Fix addition of snapshot file to archive --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 1892d6e..6729f4e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -14,9 +14,9 @@ generated from. The process is as follows: wget "$_base/$_repo/snapshot/$_repo-main.zip" 7zz rn "$_repo-main.zip" "$_repo-main" "$_name" mv "$_repo-main.zip" "$_name-$_c_no.zip" - echo "export of commit $_c_no ($_hash) from $_base/$_repo. $_date." \ + echo "Export of commit $_c_no ($_hash) from $_base/$_repo. $_date." \ > "snapshot-$_hash.txt" - 7zz a "$_name.zip" "snapshot-$_hash.txt" + 7zz a "$_name-$_c_no.zip" "snapshot-$_hash.txt" unset _base _repo _name _hash _init _c_no _date [vimorg]: https://www.vim.org/scripts/ -- cgit v1.2.3