mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
changed %g to %y in date commands
Former-commit-id: 8e0c9a44ff79b049a4c9039537bbc3c23f2decfc
This commit is contained in:
parent
4356a8ce8e
commit
c3daf1f995
@ -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