mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Update ddnet-libs, fix shellcheck
This commit is contained in:
parent
8bed1c7267
commit
af36070c91
|
@ -1 +1 @@
|
||||||
Subproject commit 635aa7afb698ed68feeb733aaea2cf861c2a1899
|
Subproject commit f141c4e97ee0183204e55bd29f142fbcb3bff7a1
|
|
@ -12,7 +12,7 @@ if [ -z ${2+x} ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TMP_OFFSET=$(cat "$2" | grep -E -o "\(with offset [0-9A-F]*\)" | grep -E -o "[A-F0-9]*")
|
TMP_OFFSET=$(grep -E -o "\(with offset [0-9A-F]*\)" "$2" | grep -E -o "[A-F0-9]*")
|
||||||
|
|
||||||
ADDR_PC_REGEX='[0-9A-F]+ [0-9A-F]+ [0-9A-F]+ [0-9A-F]+'
|
ADDR_PC_REGEX='[0-9A-F]+ [0-9A-F]+ [0-9A-F]+ [0-9A-F]+'
|
||||||
while read -r line
|
while read -r line
|
||||||
|
|
Loading…
Reference in a new issue