diff options
Diffstat (limited to 'Mk/Scripts/check_have_symbols.sh')
-rw-r--r-- | Mk/Scripts/check_have_symbols.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/Scripts/check_have_symbols.sh b/Mk/Scripts/check_have_symbols.sh index ee3095dabf74..652c975109dd 100644 --- a/Mk/Scripts/check_have_symbols.sh +++ b/Mk/Scripts/check_have_symbols.sh @@ -1,7 +1,6 @@ #!/bin/sh set -eu -set -o pipefail # the 3 implementations of readelf we can use have different output, but they all have a similarity # for the .gnu.version_d section they all have the symbol version in last element of their output |