From b7fb238e0ec327db793aefa670ffedb8cbd63f0b Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Wed, 1 Oct 2014 11:54:54 -0600 Subject: starting bash bracnch for sles 11.1 --- SOURCES/bash-3.1-random.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SOURCES/bash-3.1-random.patch (limited to 'SOURCES/bash-3.1-random.patch') diff --git a/SOURCES/bash-3.1-random.patch b/SOURCES/bash-3.1-random.patch new file mode 100644 index 0000000..07822e0 --- /dev/null +++ b/SOURCES/bash-3.1-random.patch @@ -0,0 +1,16 @@ + builtins/printf.def | 2 +- + 1 files changed, 1 insertion(+), 1 deletion(-) + +Index: bash-3.1/builtins/printf.def +=================================================================== +--- bash-3.1.orig/builtins/printf.def 2005-12-12 16:00:42.000000000 +0100 ++++ bash-3.1/builtins/printf.def 2005-12-12 16:01:38.000000000 +0100 +@@ -558,7 +558,7 @@ printstr (fmt, string, len, fieldwidth, + #else + if (string == 0 || len == 0) + #endif +- return; ++ return 0; + + #if 0 + s = fmt; -- cgit