diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-02 17:26:14 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-02 17:26:14 -0200 |
commit | 939e2913eb5ede38c4f9e3170cc44abc8d2618f8 (patch) | |
tree | 3ec9e58737a8c148d6ecd8231f960f472b469ad2 | |
parent | d9935253592297ebc0b9bb622626b118dafdf646 (diff) | |
download | tools-939e2913eb5ede38c4f9e3170cc44abc8d2618f8.tar.gz tools-939e2913eb5ede38c4f9e3170cc44abc8d2618f8.tar.bz2 tools-939e2913eb5ede38c4f9e3170cc44abc8d2618f8.tar.xz tools-939e2913eb5ede38c4f9e3170cc44abc8d2618f8.zip |
[skip ci] broken SH file
-rwxr-xr-x | update/create_music.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update/create_music.sh b/update/create_music.sh index b2a917a..70720d9 100755 --- a/update/create_music.sh +++ b/update/create_music.sh @@ -20,7 +20,7 @@ git log --pretty=oneline -n 1 | awk '{print $1}' >../tools/update/musiccommit.tx cd $dir/files sum=`adler32 music.zip | awk '{print $2}'` -echo " <update type=\"music\" required=\"no\" file=\"music.zip\" hash=\"${sum}\" description=\"TMW-2 music\" />" >> xml_header.txt +echo " <update type=\"music\" required=\"no\" file=\"music.zip\" hash=\"${sum}\" description=\"TMW-2 music\" />" >> xml_footer.txt cp xml_header.txt resources.xml cat xml_footer.txt >>resources.xml |