On Sat, Aug 06, 2016 at 11:02:42AM +0200, Seb wrote: > This is an attempt to simplify the current implementation [...] BTW, I wonder if there is not a (virtual) bug with the current mkbuiltins. Look at the TRUECMD macro in the generated builtins.h: #define TRUECMD (builtincmd + 1) It doesn't point on "true" (mask=2, "special builtin") but on ":" (mask=3, "standard builtin"), whatever the order of the aliases you set in builtins.def.in. Maybe it's a mere problem with the macro name ("TRUECMD" should rather be "COLONCMD"), but I don't know if it is really an intended behaviour as the result is finally a matter of sorting. ++ Seb. -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html