Update to bash 5.0.7

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=291
This commit is contained in:
2019-04-24 08:07:10 +00:00
committed by Git OBS Bridge
parent 50cf3045b0
commit f312225f7d
5 changed files with 25 additions and 13 deletions

View File

@@ -6,14 +6,13 @@
general.h | 3 +++
parse.y | 2 +-
shell.c | 6 +++++-
support/bashbug.sh | 2 +-
support/man2html.c | 1 +
support/rlvers.sh | 6 +++---
support/shobj-conf | 5 +++--
tests/glob.tests | 4 ++--
tests/run-intl | 2 +-
tests/run-read | 2 +-
14 files changed, 38 insertions(+), 22 deletions(-)
13 files changed, 37 insertions(+), 21 deletions(-)
--- Makefile.in
+++ Makefile.in 2018-11-29 08:14:06.638693338 +0000
@@ -168,14 +167,6 @@
if (setuid (current_user.uid) < 0)
{
e = errno;
--- support/bashbug.sh
+++ support/bashbug.sh 2018-11-29 08:14:06.638693338 +0000
@@ -1,4 +1,4 @@
-#!/bin/sh -
+#!/bin/bash -
#
# bashbug - create a bug report and mail it to the bug address
#
--- support/man2html.c
+++ support/man2html.c 2018-11-29 08:14:06.638693338 +0000
@@ -78,6 +78,7 @@