62c46545a8
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/bash.git#a52a705fbcc97249e1abea732fe4e6fc73de767a
14 lines
358 B
Diff
14 lines
358 B
Diff
diff --git a/locale.c b/locale.c
|
|
index 17ccc58..a6c07a3 100644
|
|
--- a/locale.c
|
|
+++ b/locale.c
|
|
@@ -78,8 +78,6 @@ set_default_locale ()
|
|
{
|
|
#if defined (HAVE_SETLOCALE)
|
|
default_locale = setlocale (LC_ALL, "");
|
|
- if (default_locale)
|
|
- default_locale = savestring (default_locale);
|
|
#else
|
|
default_locale = savestring ("C");
|
|
#endif /* HAVE_SETLOCALE */
|