[Piuparts-commits] [piuparts] 01/01: fixup new/old custom script

Holger Levsen holger at moszumanska.debian.org
Mon May 19 11:24:17 UTC 2014


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

holger pushed a commit to branch develop
in repository piuparts.

commit 55869319fbd781a65bdefb6a6cd0a72f366c0c36
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 19 13:24:08 2014 +0200

    fixup new/old custom script
---
 custom-scripts/scripts/post_install_exceptions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custom-scripts/scripts/post_install_exceptions b/custom-scripts/scripts/post_install_exceptions
index 83b0946..d59b8a8 100755
--- a/custom-scripts/scripts/post_install_exceptions
+++ b/custom-scripts/scripts/post_install_exceptions
@@ -5,7 +5,7 @@ log_debug() {
 	echo "Debug: piuparts exception for package $PIUPARTS_OBJECTS"
 }
 
-case $PIUPARTS_OBJECTS in 
+case ${PIUPARTS_OBJECTS%%=*} in
 	apt-listbugs)		log_debug
 				# apt-listbugs is run on installations / upgrades 
 				# and will them fail if packages have RC bugs

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



More information about the Piuparts-commits mailing list