1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Fix a few minor issues (#473)

Changes:
- Fixed two xtrace test failures introduced in commit cfc8744c.
- The definition of _use_ntfork_tcpgrp in xec.c is now dependent on
  SHOPT_SPAWN being defined (re: 8e9ed5be).
- Removed many unnecessary newlines and fixed various typos.
This commit is contained in:
Johnothan King 2022-03-01 11:38:15 -08:00 committed by Martijn Dekker
parent 7b99b7cf04
commit 8fc8c2f51c
28 changed files with 11 additions and 56 deletions

View file

@ -1077,7 +1077,6 @@ static char* get_math(register Namval_t* np, Namfun_t *fp)
}
val = sfstruse(sh.strbuf);
return(val);
}
static char *setdisc_any(Namval_t *np, const char *event, Namval_t *action, Namfun_t *fp)
@ -1169,7 +1168,6 @@ int sh_type(register const char *path)
{
register const char* s;
register int t = 0;
if (s = (const char*)strrchr(path, '/'))
{
if (*path == '-')