2011-03-04 Michael Snyder <msnyder@vmware.com>
Reverting this patch: * cli/cli-script.c (script_from_file): Add break for lint.
This commit is contained in:
parent
e35ea4e0fb
commit
b2c5f112fe
2 changed files with 5 additions and 1 deletions
|
@ -1641,7 +1641,6 @@ script_from_file (FILE *stream, const char *file)
|
|||
throw_error (e.error,
|
||||
_("%s:%d: Error in sourced command file:\n%s"),
|
||||
source_file_name, source_line_number, e.message);
|
||||
break; /* lint */
|
||||
default:
|
||||
internal_error (__FILE__, __LINE__, _("bad reason"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue