dtksh: make new ksh submodule build

This commit is contained in:
Chase
2020-08-20 20:42:18 -05:00
committed by Jon Trulson
parent 994772518a
commit 9d798ad6d0
23 changed files with 5054 additions and 1142 deletions

View File

@@ -70,7 +70,7 @@ int
ksh_eval(
char *cmd )
{
sh_eval(sfopen(NIL(Sfile_t*),cmd,"s"),0);
sh_eval(sfopen(NIL(Sfio_t*),cmd,"s"),0);
sfsync(sh.outpool);
return(sh.exitval);
}