[pbuilder] 01/02: pbuilderrc: use $() instead of `` in a comment

Mattia Rizzolo mattia at debian.org
Sat Oct 28 14:00:03 UTC 2017


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

mattia pushed a commit to branch master
in repository pbuilder.

commit a7e5005ffafce5016ba88169f79874609a468b16
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Oct 28 15:13:43 2017 +0200

    pbuilderrc: use $() instead of `` in a comment
    
    Gbp-Dch: Ignore
    Thanks: Unit193 for reporting
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 pbuilderrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbuilderrc b/pbuilderrc
index df139c1..bcd1d88 100644
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -39,7 +39,7 @@ BUILDRESULT=/var/cache/pbuilder/result/
 #DISTRIBUTION=sid
 # specifying the architecture passes --arch= to debootstrap; the default is
 # to use the architecture of the host
-#ARCHITECTURE=`dpkg --print-architecture`
+#ARCHITECTURE=$(dpkg --print-architecture)
 # specifying the components of the distribution, for instance to enable all
 # components on Debian use "main contrib non-free" and on Ubuntu "main
 # restricted universe multiverse"

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



More information about the Pbuilder-maint mailing list