summaryrefslogtreecommitdiff
path: root/Documentation/maintainers/git-hooks-commit-msg
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-11-17 12:17:09 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2012-11-17 12:17:09 +0400
commit35315bc5e2238e91d11d5fe2d74b88ab877774d6 (patch)
treed2beb91f0e70b001910d6a4ef9936c1f11bf14ee /Documentation/maintainers/git-hooks-commit-msg
parent291b6faf4ffb1c07106d2798e421e4cd6e9e18e7 (diff)
downloadkde-35315bc5e2238e91d11d5fe2d74b88ab877774d6.tar.gz
kde-35315bc5e2238e91d11d5fe2d74b88ab877774d6.tar.bz2
kde-35315bc5e2238e91d11d5fe2d74b88ab877774d6.zip
[kde-base] there is no l10n packages for beta
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'Documentation/maintainers/git-hooks-commit-msg')
-rwxr-xr-xDocumentation/maintainers/git-hooks-commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/git-hooks-commit-msg b/Documentation/maintainers/git-hooks-commit-msg
index f659c61667c..09f96644625 100755
--- a/Documentation/maintainers/git-hooks-commit-msg
+++ b/Documentation/maintainers/git-hooks-commit-msg
@@ -38,7 +38,7 @@ elif grep '^NO_REPOMAN' "$FILE" >& /dev/null ; then
# Allow i-know-what-i-am-doing override
sed -i -e '/^NO_REPOMAN/d' "$FILE"
exit 0
-elif ! grep '^(Portage version' "$FILE" >& /dev/null ; then
+elif ! grep '^Package-Manager' "$FILE" >& /dev/null ; then
die 'Please use repoman to commit'
fi