From 3e874614ae5932db555546a7692410e293cf81f5 Mon Sep 17 00:00:00 2001 From: Joshua Blanchard Date: Sat, 24 Oct 2020 10:08:46 -0400 Subject: [PATCH] sanders: Migrate to function blob_fixup() for patching blobs Change-Id: I45e3454ecd8f5af17b00e6ad2b3001fc82190e88 --- extract-files.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extract-files.sh b/extract-files.sh index cf03e0a..e23a0dd 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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