changed %g to %y in date commands

Former-commit-id: 8e0c9a44ff79b049a4c9039537bbc3c23f2decfc
This commit is contained in:
fbsanchez 2018-12-31 11:44:06 +01:00
parent 4356a8ce8e
commit c3daf1f995
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ else
fi
VERSION=$2
if [ $# == 2 ]; then
BUILD=`date +%g%m%d`
BUILD=`date +%y%m%d`
else
BUILD=$3
fi