]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_suidregister
r418: * Fixed a stupid typo in dh_suidregister, Closes: #85110
[debhelper.git] / dh_suidregister
index 8ab14ccc892be1de241cde156d4af9db2f3f66df..6a1efafa727687556148d91ce918247bdc14d697 100755 (executable)
@@ -31,7 +31,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
 
        if (@files) {
                # So we would have registered some files before.
-               error("This program should no longer be used, but you need to add a conflicts with "suidmanager (<< 0.50)". Please read the dh_suidregister(1) man page.");
+               error("This program should no longer be used, but you need to add a conflicts with \"suidmanager (<< 0.50)\". Please read the dh_suidregister(1) man page.");
        }
 }