heads/blobs
Thomas Clarke 6f19104054
Fix exit codes for blobs/xx20/download_parse_me.sh and blobs/xx30/download_clean_me.sh
Incorrect parentheses brackets used in those scripts meant that the script as a whole did not return the correct exit code. The use of `( )` brackets created a sub-shell to which the exit code applied to that sub-shell. Changing to `{ }` does not create a sub-shell and as such, the script will return its true return code.
2021-05-10 00:01:02 +01:00
..
librem_kbl Add new board: Purism Librem Mini (#806) 2020-09-02 14:39:37 -04:00
librem_skl Add new board: Purism Librem Mini (#806) 2020-09-02 14:39:37 -04:00
t420 blobs/*: Fix extract script (#792) 2020-09-04 14:01:47 -04:00
x220 blobs/*: Fix extract script (#792) 2020-09-04 14:01:47 -04:00
xx20 Fix exit codes for blobs/xx20/download_parse_me.sh and blobs/xx30/download_clean_me.sh 2021-05-10 00:01:02 +01:00
xx30 Fix exit codes for blobs/xx20/download_parse_me.sh and blobs/xx30/download_clean_me.sh 2021-05-10 00:01:02 +01:00
dev.cpio musl-cross-make: replace all cross compilers with musl-cross-make 2020-01-08 17:08:15 +01:00