[kernel-team] 01/01: d-k-tag: Fix syntax error in check for *-updates

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Apr 14 23:02:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository kernel-team.

commit 5f35c1e0adc5716b97850c534490d24de213ed3a
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Apr 15 00:01:40 2016 +0100

    d-k-tag: Fix syntax error in check for *-updates
---
 scripts/d-k-tag | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/d-k-tag b/scripts/d-k-tag
index 152a031..4287146 100755
--- a/scripts/d-k-tag
+++ b/scripts/d-k-tag
@@ -20,7 +20,7 @@ master,unstable | master,experimental | sid,unstable)
     # OK
     ;;
 *)
-    if [ "$branch" != "$dist" ] && [ "$branch" != "$dist-updates"; then
+    if [ "$branch" != "$dist" ] && [ "$branch" != "$dist-updates" ]; then
 	echo >&2 "E: Uploads to $dist do not belong on branch $branch"
 	exit 1
     fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list