From ac7bdbe462f2f4656585dc23f3e9928b41ab4fd5 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 08:17:51 +0000 Subject: Apply patch bash-2.05b-pgrp_sync.patch patch_name: bash-2.05b-pgrp_sync.patch present_in_specfile: true location_in_specfile: 26 --- diff --git a/aclocal.m4 b/aclocal.m4 index d3bac07..c815f5c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1284,7 +1284,7 @@ main() wait(&status); exit(ok ? 0 : 5); } -], bash_cv_pgrp_pipe=no,bash_cv_pgrp_pipe=yes, +], bash_cv_pgrp_pipe=yes,bash_cv_pgrp_pipe=yes, [AC_MSG_WARN(cannot check pgrp synchronization if cross compiling -- defaulting to no) bash_cv_pgrp_pipe=no]) ])