fix comment
This commit is contained in:
parent
2699a0686e
commit
b874c66f61
7
misc.c
7
misc.c
@ -30,7 +30,7 @@
|
|||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.255 2017/04/12 16:46:22 tg Exp $");
|
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.256 2017/04/20 16:34:39 tg Exp $");
|
||||||
|
|
||||||
#define KSH_CHVT_FLAG
|
#define KSH_CHVT_FLAG
|
||||||
#ifdef MKSH_SMALL
|
#ifdef MKSH_SMALL
|
||||||
@ -752,10 +752,7 @@ has_globbing(const char *xp, const char *xpe)
|
|||||||
} else if (nest)
|
} else if (nest)
|
||||||
nest--;
|
nest--;
|
||||||
}
|
}
|
||||||
/*
|
/* else must be MAGIC followed by MAGIC or one of: ]{},!- */
|
||||||
* else must be a MAGIC-MAGIC, or MAGIC-!,
|
|
||||||
* MAGIC--, MAGIC-], MAGIC-{, MAGIC-, MAGIC-}
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
return (saw_glob && !in_bracket && !nest);
|
return (saw_glob && !in_bracket && !nest);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user