From 5fd7643ab125d20b2268371373cf2444deb8a712 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sun, 23 Sep 2012 07:47:57 +0000 Subject: [PATCH] debian: style --- debian/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/util.sh b/debian/util.sh index b15d918378..717a78364e 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -140,7 +140,7 @@ get_last_release_ver () { get_nightly_version () { local commit="$(git rev-list -n1 --abbrev=10 --abbrev-commit HEAD)" - echo "$(get_last_release_ver)+git~$(date -u +%Y%m%dT%H%M%SZ)~$commit" + echo "$(get_last_release_ver)+git~$(date -u '+%Y%m%dT%H%M%SZ')~$commit" } create_orig () {