Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:PowerPC
ksh
ksh93-unset-f.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ksh93-unset-f.dif of Package ksh
--- src/cmd/ksh93/sh/xec.c +++ src/cmd/ksh93/sh/xec.c 2011-07-04 15:42:20.779925941 +0000 @@ -3294,7 +3294,8 @@ int sh_funscope(int argn, char *argv[],i shp->st.var_local = shp->var_tree; if(!fun) { - shp->st.filename = fp->node->nvalue.rp->fname; + if (fp->node->nvalue.rp) + shp->st.filename = fp->node->nvalue.rp->fname; shp->st.funname = nv_name(fp->node); shp->last_root = nv_dict(DOTSHNOD); nv_putval(SH_PATHNAMENOD,shp->st.filename,NV_NOFREE);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor