Path separator is ; on OS/2

This commit is contained in:
KO Myung-Hun
2015-05-07 12:51:22 +09:00
parent c29f892437
commit 8f633da789
5 changed files with 12 additions and 4 deletions

2
main.c
View File

@ -82,7 +82,7 @@ static const char *initcoms[] = {
"nameref=\\typeset -n",
"nohup=nohup ",
"r=\\builtin fc -e -",
"source=PATH=$PATH:. \\command .",
"source=PATH=\"$PATH" PATH_SEP_STR ".\" \\command .",
"login=\\exec login",
NULL,
/* this is what AT&T ksh seems to track, with the addition of emacs */