sanders: Migrate to function blob_fixup() for patching blobs

Change-Id: I45e3454ecd8f5af17b00e6ad2b3001fc82190e88
This commit is contained in:
Joshua Blanchard
2020-10-24 10:08:46 -04:00
committed by Jorge Lucas
parent 97e2ab356f
commit 3e874614ae

View File

@@ -17,6 +17,13 @@
# If we're being sourced by the common script that we called,
# stop right here. No need to go down the rabbit hole.
function blob_fixup() {
case "${1}" in
esac
}
if [ "${BASH_SOURCE[0]}" != "${0}" ]; then
return
fi