Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSahal Ansari <github@sahal.info>2014-04-01 18:52:52 +0400
committerSahal Ansari <github@sahal.info>2014-04-01 18:52:52 +0400
commit0f49c92c31d60a920e6e76a7163edbc960be4cb9 (patch)
treea5a41691743496daa73416f36f521ccc41167908 /debian
parent759e4789f6c8bcf692bcd1485f323236b3b55f93 (diff)
missed a pair of quotation marks
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/dch-generate.sh2
1 files changed, 1 insertions, 1 deletions
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