Imported from ../bash-2.05.tar.gz.

This commit is contained in:
Jari Aalto 2001-04-06 19:14:31 +00:00
commit 28ef6c316f
251 changed files with 22319 additions and 12413 deletions

View file

@ -157,7 +157,7 @@ history_builtin (list)
else if (flags & PFLAG)
{
if (list)
return (expand_and_print_history (list));
return (expand_and_print_history (list));
return (EXECUTION_SUCCESS);
}
#endif
@ -326,10 +326,10 @@ expand_and_print_history (list)
result = EXECUTION_FAILURE;
}
else
{
{
fputs (s, stdout);
putchar ('\n');
}
}
FREE (s);
list = list->next;
}