We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1355a42 + cd00f14 commit 10cebb7Copy full SHA for 10cebb7
stable-patches/configure.patch
@@ -1,5 +1,5 @@
1
diff --git a/configure b/configure
2
-index 4731375..9273f18 100755
+index 56e8e6f..85b806b 100755
3
--- a/configure
4
+++ b/configure
5
@@ -3281,6 +3281,7 @@ m68k-sysv) opt_bash_malloc=no ;; # fixes file descriptor leak in closedir
@@ -41,3 +41,13 @@ index 4731375..9273f18 100755
41
42
elif test $bash_cv_dev_fd = "whacky"; then
43
printf "%s\n" "#define HAVE_DEV_FD 1" >>confdefs.h
44
+@@ -21646,6 +21654,9 @@ else $as_nop
45
+
46
+ fi
47
48
++# z/OS workaround since /dev/stdin is broken in 3.1
49
++ bash_cv_dev_stdin=absent
50
++
51
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $bash_cv_dev_stdin" >&5
52
+ printf "%s\n" "$bash_cv_dev_stdin" >&6; }
53
+ if test $bash_cv_dev_stdin = "present"; then
0 commit comments