13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
$OpenBSD: patch-builtins_common_c,v 1.1 2003/04/15 21:57:46 naddy Exp $
|
|
--- builtins/common.c.orig Tue Apr 15 23:56:42 2003
|
|
+++ builtins/common.c Tue Apr 15 23:57:08 2003
|
|
@@ -244,7 +244,7 @@ sh_nojobs (s)
|
|
char *s;
|
|
{
|
|
if (s)
|
|
- builtin_error ("%s: no job control");
|
|
+ builtin_error ("%s: no job control", s);
|
|
else
|
|
builtin_error ("no job control");
|
|
}
|