one timezone is probably enough in the release readme

new-codepages
Ondřej Hruška 7 years ago
parent 6c1ab28e75
commit dc08512397
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      ship.sh

@ -45,7 +45,7 @@ function buildlang() {
cp ../rel-tpl/README.txt ${readmefil}
sed -i s/%VERS%/${vers}/ ${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}
unix2dos ${readmefil}

Loading…
Cancel
Save