- Missing docs for $|

- Update NEWS and AUTHORS files.
- Fix support request #103195.
- Apply patch #3679
- Fix handling of sys_siglist in autoconf/etc.
This commit is contained in:
Paul Smith
2005-03-04 12:52:32 +00:00
parent cb2f200269
commit 28078b517a
9 changed files with 75 additions and 20 deletions

View File

@@ -772,8 +772,8 @@ func_wordlist (char *o, char **argv, const char *funcname UNUSED)
start = atoi (argv[0]);
if (start < 1)
fatal (reading_file, "invalid first argument to `wordlist' function: '%d'",
message, start);
fatal (reading_file,
"invalid first argument to `wordlist' function: `%d'", start);
count = atoi (argv[1]) - start + 1;