sh: Remove a redundant STPUTC check.
This commit is contained in:
parent
90a2c7ea86
commit
2efd8c0a6c
@ -1671,7 +1671,7 @@ parsesub: {
|
||||
c = pgetc_linecont();
|
||||
} while (is_digit(c));
|
||||
} else {
|
||||
STPUTC(c, out);
|
||||
USTPUTC(c, out);
|
||||
c = pgetc_linecont();
|
||||
}
|
||||
} else if (is_special(c)) {
|
||||
|
Loading…
Reference in New Issue
Block a user