From 0f49c92c31d60a920e6e76a7163edbc960be4cb9 Mon Sep 17 00:00:00 2001 From: Sahal Ansari Date: Tue, 1 Apr 2014 14:52:52 +0000 Subject: [PATCH] missed a pair of quotation marks --- debian/dch-generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/dch-generate.sh b/debian/dch-generate.sh index a9583317..285ada5f 100755 --- a/debian/dch-generate.sh +++ b/debian/dch-generate.sh @@ -55,7 +55,7 @@ majorversion="$(echo "${cbuildarray[1]}" | awk '{sub(/[0-9]/,"&.",$0);print $0}' # "${cbuildarray[3]}" is split and the second half is converted from # from "131655" to "13:16:55" using GNU awk then it's put back together # (like humpty dumpty) and sent to GNU date for conversion to UTC -time="$(echo ${cbuildarray[3]#*_} | awk '{gsub(/[0-9][0-9]/,"&:",$0);print $0}')" +time="$(echo "${cbuildarray[3]#*_}" | awk '{gsub(/[0-9][0-9]/,"&:",$0);print $0}')" date="$(date -R --date="$(echo "${cbuildarray[3]%_*}"" ""${time%?}""$tzone")")" # print the new debian changelog