commit bash-20040928 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:37:34 -05:00
parent 43df7bbb63
commit 7a2f2783f4
18 changed files with 733 additions and 81 deletions
+6
View File
@@ -270,6 +270,12 @@ sh_notbuiltin (s)
builtin_error (_("%s: not a shell builtin"), s);
}
void
sh_wrerror ()
{
builtin_error (_("write error: %s"), strerror (errno));
}
/* **************************************************************** */
/* */
/* Shell positional parameter manipulation */