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

This commit is contained in:
Jari Aalto 1999-02-19 17:11:39 +00:00
commit b72432fdcc
191 changed files with 10113 additions and 3553 deletions

View file

@ -169,7 +169,7 @@ dispose_command (command)
}
default:
programming_error ("dispose_command: bad command type `%d'", command->type);
command_error ("dispose_command", CMDERR_BADTYPE, command->type, 0);
break;
}
free (command);