Commit dd30a199 by Richard Stallman

(process_command): Fix typo in last change.

From-SVN: r3260
parent 5de7c240
...@@ -2283,7 +2283,7 @@ process_command (argc, argv) ...@@ -2283,7 +2283,7 @@ process_command (argc, argv)
} }
else else
{ {
if ((argv[i][0] != '-' || argv[i][0] != 'l') if ((argv[i][0] != '-' || argv[i][1] != 'l')
&& access (argv[i], R_OK) < 0) && access (argv[i], R_OK) < 0)
{ {
perror_with_name (argv[i]); perror_with_name (argv[i]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment