This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=927b5dc10857ce9294dca4f78ad76f8d99d362b7

commit 927b5dc10857ce9294dca4f78ad76f8d99d362b7
Author: Guillem Jover <[email protected]>
AuthorDate: Tue Sep 13 23:38:04 2022 +0200

    dpkg-fsys-usrunmess: Do not pass to print a ref to *STDERR
    
    Changelog: internal
---
 scripts/dpkg-fsys-usrunmess.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/dpkg-fsys-usrunmess.pl b/scripts/dpkg-fsys-usrunmess.pl
index cb1071d94..978f6f5a3 100755
--- a/scripts/dpkg-fsys-usrunmess.pl
+++ b/scripts/dpkg-fsys-usrunmess.pl
@@ -516,7 +516,7 @@ sub debug
 {
     my $msg = shift;
 
-    print { \*STDERR } "D: $msg\n";
+    print { *STDERR } "D: $msg\n";
 }
 
 sub warning

-- 
Dpkg.Org's dpkg

Reply via email to