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.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit