https://sourceware.org/bugzilla/show_bug.cgi?id=32311
Mark Wielaard changed:
What|Removed |Added
CC||mark at klomp dot org
--- Comment #1
On Sat, Oct 26, 2024 at 10:19 AM RocketDev wrote:
>
> Zsh treat unmatched glob as error while bash treat that as the original
> string. Substitute globing with find to solve.
>
> * config/profile.sh.in: Fix globing error for zsh
>
> Signed-off-by: RocketDev
> ---
> config/profile.sh.in | 4 +
A restored build has been detected on builder elfutils-fedora-s390x while
building elfutils.
Full details are available at:
https://builder.sourceware.org/buildbot/#/builders/43/builds/371
Build state: build successful
Revision: 00cb3efe36337f27925dbff9b2e7d97c7df95bf8
Worker: fedora-s390x
B
Signed-off-by: Aaron Merey
---
tests/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/.gitignore b/tests/.gitignore
index 30f5800b..14620fc3 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -91,6 +91,7 @@
/newdata
/newfile
/newscn
+/newzdata
/next-files
/next-lines
Fix test statement for ENABLE_IMA_VERIFICATION always evalutating to
false due to a missing 'x'.
Signed-off-by: Aaron Merey
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 072bd4e2..380ff060 100644
--- a/configure.ac
+++ b/co