mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
path_search(): still close file if not autoloading (re: a329c22d
)
This commit is contained in:
parent
a329c22dba
commit
d9f01e0120
1 changed files with 1 additions and 1 deletions
|
@ -897,8 +897,8 @@ Pathcomp_t *path_absolute(Shell_t *shp,register const char *name, Pathcomp_t *pp
|
|||
{
|
||||
nv_onattr(nv_open(name,sh_subfuntree(1),NV_NOARRAY|NV_IDENT|NV_NOSCOPE),NV_LTOU|NV_FUNCTION);
|
||||
funload(shp,f,name);
|
||||
close(f);
|
||||
}
|
||||
close(f);
|
||||
return(0);
|
||||
}
|
||||
else if(f>=0 && (oldpp->flags & PATH_STD_DIR))
|
||||
|
|
Loading…
Reference in a new issue