ash: fix compile breakage in !ENABLE_ASH_ALIAS config
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
03ed86b39e
commit
5b026d1ecf
@ -10941,14 +10941,14 @@ static void freestrings(struct strpush *sp)
|
||||
INT_OFF;
|
||||
do {
|
||||
struct strpush *psp;
|
||||
|
||||
#if ENABLE_ASH_ALIAS
|
||||
if (sp->ap) {
|
||||
sp->ap->flag &= ~ALIASINUSE;
|
||||
if (sp->ap->flag & ALIASDEAD) {
|
||||
unalias(sp->ap->name);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
psp = sp;
|
||||
sp = sp->spfree;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user