Bug 5573 - no-file error from "load" mention the file
Summary: no-file error from "load" mention the file
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Rick Moseley
URL:
Keywords:
Depends on:
Blocks: 5572
  Show dependency treegraph
 
Reported: 2008-01-09 17:09 UTC by Andrew Cagney
Modified: 2008-04-03 20:21 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2008-01-09 17:09:47 UTC
For instance, rather than:

(fhpd) load /no/such/file
Error: File does not exist or is not readable or is not a file.

print something like:

(fhpd) load /no/such/file
Error: The file "/no/such/file" does not exist or is not readable or is not a file.
Comment 1 Rick Moseley 2008-04-03 20:21:04 UTC
This seems to be fixed in HEAD.  Now the message reads:

(fhpd) load /no/such/file
Error: open: No such file or directory (file /no/such/file)