[Reproducible-commits] [blog] 02/02: guess_tags: fix syntax error
Reiner Herrmann
reiner at reiner-h.de
Mon May 2 19:50:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
deki-guest pushed a commit to branch master
in repository blog.
commit 6c36f769cb59dd1f6c7a5b5c4437ff2055947679
Author: Reiner Herrmann <reiner at reiner-h.de>
Date: Mon May 2 21:50:03 2016 +0200
guess_tags: fix syntax error
---
bin/guess_tags.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/guess_tags.sh b/bin/guess_tags.sh
index 318752f..b6e202d 100755
--- a/bin/guess_tags.sh
+++ b/bin/guess_tags.sh
@@ -35,7 +35,7 @@ for TAG in $KNOWN_TAGS ; do
done
for TAG in $KNOWN_SPECIAL_TAGS ; do
if [ -n "$(grep " $TAG " $DRAFT 2>/dev/null)" ] ; then
- if [ "$TAG" = "Tar" ] ;
+ if [ "$TAG" = "Tar" ] ; then
MY_TAGS="$MY_TAGS tar"
else
MY_TAGS="$MY_TAGS $TAG"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git
More information about the Reproducible-commits
mailing list