d/postrm: Fix possible-bashism-in-maintainer-script
authorMathieu Malaterre <malat@debian.org>
Tue, 21 Jun 2022 12:28:01 +0000 (14:28 +0200)
committerMathieu Malaterre <malat@debian.org>
Tue, 21 Jun 2022 12:29:54 +0000 (14:29 +0200)
debian/dcmtk.postrm

index 5a493f483fbb7d597ab5c47a84baea4b638d1a5d..2d94a96989b0dcc7571c93d2fc1661434ca57ab2 100644 (file)
@@ -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