blobs/librem_*: ensure blobs placed in script dir

Ensure blobs end up in correct dirs, even when scripts are
called from the root project dir. Fixes issues when called
from CircleCI.

Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
This commit is contained in:
Matt DeVillier 2021-07-05 17:17:17 -05:00
parent 7a6a3fe5a4
commit e65770035e
No known key found for this signature in database
GPG Key ID: 2BBB776A35B978FD
2 changed files with 6 additions and 0 deletions

View File

@ -95,6 +95,9 @@ check_and_get_blob () {
fi
}
# ensure pwd is script dir
cd "$(dirname "$0")"
echo ""
check_and_get_tools() {

View File

@ -95,6 +95,9 @@ check_and_get_blob () {
fi
}
# ensure pwd is script dir
cd "$(dirname "$0")"
echo ""
check_and_get_tools() {