mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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:
commit
60ae0c8b78
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user