From c3daf1f995ce889e4876c5565318ed1cff0b0495 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Mon, 31 Dec 2018 11:44:06 +0100 Subject: [PATCH] changed %g to %y in date commands Former-commit-id: 8e0c9a44ff79b049a4c9039537bbc3c23f2decfc --- extras/pandora_update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/pandora_update_version.sh b/extras/pandora_update_version.sh index 0b22878285..90c4bf6519 100755 --- a/extras/pandora_update_version.sh +++ b/extras/pandora_update_version.sh @@ -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