forked from pool/build-compare
typo in previous change
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=251
This commit is contained in:
parent
10c76e1eaa
commit
8e554ff73e
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://github.com/openSUSE/build-compare
|
Url: https://github.com/openSUSE/build-compare
|
||||||
Version: 20180626T084710.9c80bbc
|
Version: 20180626T183715.37a4b00
|
||||||
Release: 0
|
Release: 0
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: same-build-result.sh
|
Source2: same-build-result.sh
|
||||||
|
@ -824,7 +824,7 @@ check_single_file()
|
|||||||
return 1
|
return 1
|
||||||
fi
|
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
|
$OBJDUMP -d --no-show-raw-insn old/$file > $file1
|
||||||
ret=$?
|
ret=$?
|
||||||
$OBJDUMP -d --no-show-raw-insn new/$file > $file2
|
$OBJDUMP -d --no-show-raw-insn new/$file > $file2
|
||||||
|
Loading…
Reference in New Issue
Block a user