Package: talkd
Version: 0.17-11
Severity: minor
Tags: patch

# /var/lib/dpkg/info/talkd.postinst foo %
/var/lib/dpkg/info/talkd.postinst: line 51: printf: `\': invalid format 
character
/var/lib/dpkg/info/talkd.postinst: incorrect arguments: foo 

--- debian/talkd.postinst~
+++ debian/talkd.postinst
@@ -48,7 +48,7 @@
        fi
        ;;
 *)
-       printf "$0: incorrect arguments: $*\n" >&2
+       echo "$0: incorrect arguments: $*" >&2
        exit 1
        ;;
 esac

Thanks,

Matej


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to