one timezone is probably enough in the release readme

This commit is contained in:
2017-10-03 20:58:00 +02:00
parent 6c1ab28e75
commit dc08512397
+1 -1
View File
@@ -45,7 +45,7 @@ function buildlang() {
cp ../rel-tpl/README.txt ${readmefil} cp ../rel-tpl/README.txt ${readmefil}
sed -i s/%VERS%/${vers}/ ${readmefil} sed -i s/%VERS%/${vers}/ ${readmefil}
sed -i s/%LANG%/${lang}/ ${readmefil} sed -i s/%LANG%/${lang}/ ${readmefil}
dt=$(LC_TIME=en_US.UTF-8 date '+%c %Z') dt=$(LC_TIME=en_US.UTF-8 date '+%c')
sed -i "s#%DATETIME%#${dt}#" ${readmefil} sed -i "s#%DATETIME%#${dt}#" ${readmefil}
unix2dos ${readmefil} unix2dos ${readmefil}