From 8e554ff73e3c4e278999bb413d137a64c31cb7b00991f66336860d30b5d28b37 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 26 Jun 2018 16:38:45 +0000 Subject: [PATCH] typo in previous change OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=251 --- build-compare.spec | 2 +- pkg-diff.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-compare.spec b/build-compare.spec index ece1c4c..c8aea66 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -21,7 +21,7 @@ Summary: Build Result Compare Script License: GPL-2.0+ Group: Development/Tools/Building Url: https://github.com/openSUSE/build-compare -Version: 20180626T084710.9c80bbc +Version: 20180626T183715.37a4b00 Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index 718c0f1..4686eb3 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -824,7 +824,7 @@ check_single_file() return 1 fi ;; - ELF*executable*|ELF*[LM]SB\ relocatable*|ELF*[LM]SB\ shared\ object*|setuid ELF*[LM]SB\ shared\ object*) + ELF*executable*|ELF*[LM]SB\ relocatable*|ELF*[LM]SB\ shared\ object*|setuid\ ELF*[LM]SB\ shared\ object*) $OBJDUMP -d --no-show-raw-insn old/$file > $file1 ret=$? $OBJDUMP -d --no-show-raw-insn new/$file > $file2