blob: 1cc1f459561dceeb4864a6ed517b2aa55a9e9ab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- bash/builtins/common.c~ 2002-06-28 18:24:31.000000000 +0200
+++ bash/builtins/common.c 2003-10-28 10:30:15.000000000 +0100
@@ -244,7 +244,7 @@
char *s;
{
if (s)
- builtin_error ("%s: no job control");
+ builtin_error ("%s: no job control", s);
else
builtin_error ("no job control");
}
|