Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360842 Details for
Bug 487952
app-shells/ksh-93.20120801
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
backport fix from ksh93-v
ksh-fix-command-builtin.patch (text/plain), 424 bytes, created by
Daniel Douglas
on 2013-10-14 02:07:00 UTC
(
hide
)
Description:
backport fix from ksh93-v
Filename:
MIME Type:
Creator:
Daniel Douglas
Created:
2013-10-14 02:07:00 UTC
Size:
424 bytes
patch
obsolete
>--- work/src/cmd/ksh93/sh/xec.c 2012-10-13 01:48:35.000000000 -0500 >+++ work/src/cmd/ksh93/sh/xec.c 2012-10-13 01:48:35.000000000 -0500 >@@ -1062,7 +1062,7 @@ > io = t->tre.treio; > if(shp->envlist = argp = t->com.comset) > { >- if(argn==0 || (np && nv_isattr(np,(BLT_DCL|BLT_SPC)))) >+ if(argn==0 || (np && (nv_isattr(np,BLT_DCL)||(!command && nv_isattr(np,BLT_SPC))))) > { > Namval_t *tp=0; > if(argn)
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 487952
:
360840
| 360842 |
360844
|
360846