diff options
-rw-r--r-- | RELEASE.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |