mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
rm obsolete /usr/5bin paths (Solaris patch 130-CR7019368)
This change is pulled from here: https://github.com/oracle/solaris-userland/blob/master/components/ksh93/patches/130-CR7019368.patch
This commit is contained in:
parent
bae02c39b6
commit
744e68e7be
4 changed files with 4 additions and 4 deletions
|
|
@ -569,7 +569,7 @@ initialize(register Feature_t* fp, const char* path, const char* command, const
|
|||
}
|
||||
if (fp->op == OP_universe)
|
||||
{
|
||||
if (strneq(p, "xpg", 3) || strneq(p, "5bin", 4))
|
||||
if (strneq(p, "xpg", 3))
|
||||
{
|
||||
ok = 1;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue