commit bash-20100121 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 21:53:04 -05:00
parent 5cdaaf76ec
commit 68dfe178e9
37 changed files with 30685 additions and 78 deletions
+4 -1
View File
@@ -3421,7 +3421,10 @@ static int
putx(c)
int c;
{
putc (c, rl_outstream);
int x;
x = putc (c, rl_outstream);
return (x);
}
static int