sh: Remove a redundant STPUTC check.

This commit is contained in:
jilles 2016-03-02 22:52:54 +00:00
parent 3583401113
commit 530eefec62

View File

@ -1671,7 +1671,7 @@ parsesub: {
c = pgetc_linecont(); c = pgetc_linecont();
} while (is_digit(c)); } while (is_digit(c));
} else { } else {
STPUTC(c, out); USTPUTC(c, out);
c = pgetc_linecont(); c = pgetc_linecont();
} }
} else if (is_special(c)) { } else if (is_special(c)) {