This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb(refs/meta/config)] file-commit-cmd: Fix quoting.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f39e19313b95473701e9bc476de572398ca691cf

commit f39e19313b95473701e9bc476de572398ca691cf
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Mon Jan 12 08:53:45 2015 +0400

    file-commit-cmd: Fix quoting.
    
    This was causing email-to-bugzilla to be called with 'gdb binutils'
    being split into 2 arguments instead of which, which I suspect
    caused the script to ignore the 'binutils' part, thus not filing
    binutils fixes to bugzilla, only GDB ones.

Diff:
---
 project.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.config b/project.config
index e0c1a23..2328791 100644
--- a/project.config
+++ b/project.config
@@ -30,7 +30,7 @@
         no-emails = /refs/heads/users/.*
 
         # Send a copy to bugzilla if a commit has a PR number in it.
-        file-commit-cmd = /sourceware/infra/bin/email-to-bugzilla -G "gdb binutils"
+        file-commit-cmd = "/sourceware/infra/bin/email-to-bugzilla -G 'gdb binutils'"
         # The script that calls the irker (IRC notification of new
         # commits).
         post-receive-hook = /git/binutils-gdb.git/hooks-bin/post-receive


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]