https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197866
Bug ID: 197866
Summary: FreeBSD 10.1 file(1) utility returns 0 on error
Product: Base System
Version: 10.1-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
>From file(1) manpage:
RETURN CODE
file returns 0 on success, and non-zero on error.
This seems to have broken on FreeBSD 10.1?
$ uname -v
FreeBSD 10.0-RELEASE-p10 #0: Mon Oct 20 12:42:25 UTC 2014
[email protected]:/usr/obj/usr/src/sys/GENERIC
$ file thisdoesnotexist
thisdoesnotexist: ERROR: cannot open `thisdoesnotexist' (No such file or
directory)
$ echo $?
1
$ uname -v
FreeBSD 10.1-RELEASE-p5 #0: Tue Jan 27 08:55:07 UTC 2015
[email protected]:/usr/obj/usr/src/sys/GENERIC
$ file thisdoesnotexist
thisdoesnotexist: cannot open `thisdoesnotexist' (No such file or directory)
$ echo $?
0
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"