scripts/get_maintainer.pl: Print proper error message for missing $file
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 8 Mar 2018 19:03:07 +0000 (19:03 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Mar 2018 12:37:12 +0000 (14:37 +0200)
commit36b4cf19348c98fa070dbb99e4bb2eb190ff4cef
tree44c9297e4cfacf52f2a37126bfd80b457f62907d
parent7b1db0908d88f0c9cfac24e214ff72a860692e23
scripts/get_maintainer.pl: Print proper error message for missing $file

If you pass scripts/get_maintainer.pl the name of a FIFO or other
exciting object (/dev/stdin, for example), it would falsely print
"file not found".  Instead: stat the object rather than using -f so
that we do not mind if the object is not a file; and print the errno
value in the error message.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Thomas Huth <thuth@redhat.com>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Anthony PERARD <anthony.perard@citrix.com>
Message-Id: <1520535787-6223-13-git-send-email-ian.jackson@eu.citrix.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
scripts/get_maintainer.pl