mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-21 09:31:51 +00:00
Merge pull request #1028 from MrChromebox/fix_purism_blobs
blobs/librem_*: ensure blobs placed in script dir
This commit is contained in:
commit
9a43824deb
@ -95,6 +95,9 @@ check_and_get_blob () {
|
||||
fi
|
||||
}
|
||||
|
||||
# ensure pwd is script dir
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo ""
|
||||
|
||||
check_and_get_tools() {
|
||||
|
@ -95,6 +95,9 @@ check_and_get_blob () {
|
||||
fi
|
||||
}
|
||||
|
||||
# ensure pwd is script dir
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo ""
|
||||
|
||||
check_and_get_tools() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user