mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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
|
||||
VERSION=$2
|
||||
if [ $# == 2 ]; then
|
||||
BUILD=`date +%g%m%d`
|
||||
BUILD=`date +%y%m%d`
|
||||
else
|
||||
BUILD=$3
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user