FreeBSD Bugzilla – Attachment 10231 Details for
Bug 20567
/bin/sh `type' builtin bug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 378 bytes, created by
David Holland
on 2000-08-12 20:00:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David Holland
Created:
2000-08-12 20:00:03 UTC
Size:
378 bytes
patch
obsolete
>--- exec.c.dist Sat Aug 12 14:42:28 2000 >+++ exec.c Sat Aug 12 14:44:06 2000 >@@ -884,7 +884,11 @@ > entry.cmdtype = cmdp->cmdtype; > entry.u = cmdp->param; > } >- else { >+ else if (argv[i][0]=='/') { >+ /* Absolute path. */ >+ out1fmt(" is %s\n", argv[i]); >+ continue; >+ } else { > /* Finally use brute force */ > find_command(argv[i], &entry, 0, pathval()); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20567
: 10231