[pbuilder] 01/01: fix syntax

Mattia Rizzolo mattia at debian.org
Mon Feb 6 08:09:43 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 400b6411ef1efdeaff48b14016cc840794e9b264
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Feb 6 09:07:33 2017 +0100

    fix syntax
    
    Gbp-Dch: Ignore
---
 pbuilder-buildpackage | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index 9f05ee4..14b155a 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -131,7 +131,7 @@ copyinputfile "${BUILDPLACE}$BUILDDIR"
 # don't allow empty values of BUILDSUBDIR
 if [ -z "${BUILDSUBDIR:-}" ]; then
     BUILDSUBDIR="$(dsc_get_basename "$PACKAGENAME" "no")"
-    BUILDSUBDIR="${BUILDSUBDIR//_/-/}"
+    BUILDSUBDIR="${BUILDSUBDIR//_/-}"
 fi
 
 log.i "Extracting source"

-- 
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