Merge branch 'ent-3335-build_vars-fecha-mal' into 'develop'

changed %g to %y in date commands

See merge request artica/pandorafms!2108

Former-commit-id: 3f964c5800313ccb13367273a97af7f853692bac
This commit is contained in:
fbsanchez 2018-12-31 11:51:54 +01:00
commit 60ae0c8b78
1 changed files with 1 additions and 1 deletions

View File

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