Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317983 Details for
Bug 464156
ksh does not declare shell variables with hyphen
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for ksh-20080202
ksh-20080202-envvar.patch (text/plain), 531 bytes, created by
Tomas Smetana
on 2008-09-29 14:16:09 UTC
(
hide
)
Description:
Patch for ksh-20080202
Filename:
MIME Type:
Creator:
Tomas Smetana
Created:
2008-09-29 14:16:09 UTC
Size:
531 bytes
patch
obsolete
>diff -up ksh-20080202/src/cmd/ksh93/sh/name.c.envvar ksh-20080202/src/cmd/ksh93/sh/name.c >--- ksh-20080202/src/cmd/ksh93/sh/name.c.envvar 2008-01-25 02:47:30.000000000 +0100 >+++ ksh-20080202/src/cmd/ksh93/sh/name.c 2008-09-29 16:09:58.000000000 +0200 >@@ -686,7 +686,7 @@ Namval_t *nv_create(const char *name, Dt > break; > default: > dp->last = cp; >- if((c = mbchar(cp)) && !isaletter(c)) >+ if((c = mbchar(cp)) && !isaletter(c) && !isascii(c)) > return(np); > while(xp=cp, c=mbchar(cp), isaname(c)); > cp = xp;
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 464156
:
317983
|
319366
|
319988