mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 15:10:49 +02:00
fix some exec builtin duplicate error messages; add LIBRARY_SOURCE back to tags and TAGS make targets
This commit is contained in:
+1
-3
@@ -59,8 +59,6 @@
|
||||
#include "alias.h"
|
||||
#include "jobs.h"
|
||||
|
||||
#include "version.h"
|
||||
|
||||
#include "builtins/getopt.h"
|
||||
#include "builtins/common.h"
|
||||
#include "builtins/builtext.h"
|
||||
@@ -6472,7 +6470,7 @@ sv_shcompat (const char *name)
|
||||
{
|
||||
compat_error:
|
||||
internal_error (_("%s: %s: compatibility value out of range"), name, val);
|
||||
shell_compatibility_level = DEFAULT_COMPAT_LEVEL;
|
||||
shell_compatibility_level = default_compatibility_level;
|
||||
set_compatibility_opts ();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user