Support extproc on OS/2

extproc is similar to like #! on OS/2.
This commit is contained in:
KO Myung-Hun
2015-05-09 15:41:56 +09:00
parent 5127457319
commit 9b30ce1a6d
3 changed files with 18 additions and 1 deletions

View File

@ -160,6 +160,9 @@ const struct builtin mkshbuiltins[] = {
#ifdef __MirBSD__
/* alias to "true" for historical reasons */
{"domainname", c_true},
#endif
#ifdef __OS2__
{"extproc", c_true},
#endif
{NULL, (int (*)(const char **))NULL}
};