[med-svn] [Git][med-team/dcmtk][master] d/postrm: Fix possible-bashism-in-maintainer-script

Mathieu Malaterre (@malat) gitlab at salsa.debian.org
Tue Jun 21 13:35:26 BST 2022



Mathieu Malaterre pushed to branch master at Debian Med / dcmtk


Commits:
cae33990 by Mathieu Malaterre at 2022-06-21T14:29:54+02:00
d/postrm: Fix possible-bashism-in-maintainer-script

- - - - -


1 changed file:

- debian/dcmtk.postrm


Changes:

=====================================
debian/dcmtk.postrm
=====================================
@@ -17,7 +17,7 @@ fi
 
 # Remove dcmtk user/group if they exist on cleanup
 if id -u "dcmtk" > /dev/null 2>&1; then
-	echo "Removing 'dcmtk' user and group from the system...\n"
+	echo "Removing \`dcmtk' user and group from the system..."
 	userdel dcmtk
 fi
 



View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/commit/cae3399047c20a2582e9ffe1399950268f04fb39

-- 
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/commit/cae3399047c20a2582e9ffe1399950268f04fb39
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220621/8612ad14/attachment.htm>


More information about the debian-med-commit mailing list