mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 21:00:48 +02:00
do not require leading . for rl color prefix etension; fix for isearch in single-byte locales; next set of doc updates (SIGNALS); add warning for invalid job id; allow function names to be non-identifiers in posix mode
This commit is contained in:
@@ -207,7 +207,11 @@ use_sigspec:
|
||||
#if defined (JOB_CONTROL)
|
||||
else if (*list->word->word && *list->word->word != '%')
|
||||
{
|
||||
#if 1
|
||||
sh_badpid (list->word->word);
|
||||
#else
|
||||
builtin_error (_("%s: arguments must be process or job IDs"), list->word->word);
|
||||
#endif
|
||||
CONTINUE_OR_FAIL;
|
||||
}
|
||||
else if (*word)
|
||||
|
||||
Reference in New Issue
Block a user