Andrew Robbins
|
72d712adf0
Modify project_file_path() to return first matching path
|
6 лет назад |
Andrew Robbins
|
a8e95c3d8b
Use project_sources_path() in archive creation
|
6 лет назад |
Andrew Robbins
|
5c1fe562d8
Remove unnecessary spaces in command substitutions
|
7 лет назад |
Andrew Robbins
|
c7377e3eb7
Make use of Bash's '-n' operator for tests
|
7 лет назад |
Andrew Robbins
|
85934d62d7
Replace usage of the '[' Bash builtin with '[['
|
7 лет назад |
Andrew Robbins
|
4e3505463e
Modify fd copying in printf calls for readability
|
7 лет назад |
Andrew Robbins
|
4971432491
Remove braces from parameter expansions
|
7 лет назад |
Andrew Robbins
|
308b5eefe3
Skip archive extraction if archive doesn't exist
|
7 лет назад |
Andrew Robbins
|
4aff8835cd
Remove unnecessary subshell grouping
|
7 лет назад |
Andrew Robbins
|
5e3dcd8f29
Remove IFS binding masking a non-zero status code
|
7 лет назад |
Andrew Robbins
|
38472cfdca
Create array PROJECT_ACTIONS_GENERIC_IGNORE_CHECK
|
7 лет назад |
Andrew Robbins
|
f092e798d8
Fix action 'update_check' erroring out erroneously
|
7 лет назад |
Andrew Robbins
|
15d5ee9e71
Add libreboot_setup_project_actions()
|
7 лет назад |
Andrew Robbins
|
b9e07c9a8c
Rename PROJECT_ACTIONS_FUNCTIONS to PROJECT_ACTIONS
|
7 лет назад |
Andrew Robbins
|
a57da0e3e8
Change '.' to the more readable 'source' command
|
7 лет назад |
Andrew Robbins
|
b6a666bf6e
Use "$*" instead of $@ when assigning as a string
|
7 лет назад |
Andrew Robbins
|
3adb05d41d
Avoid checking previous exit codes indirectly
|
7 лет назад |
Andrew Robbins
|
c2d613cdb8
Word-split PROJECTS_FORCE expansion (remove quotes)
|
7 лет назад |
Andrew Robbins
|
9bc79485d3
Make explicit which directory 'find' should search
|
7 лет назад |
Andrew Robbins
|
81b33ca016
Prevent 'read' from interpreting backslash escapes
|
7 лет назад |
Andrew Robbins
|
47ee86bd9b
Properly escape and quote regular expressions
|
7 лет назад |
Andrew Robbins
|
547be86693
Rely less on word splitting by using arrays
|
7 лет назад |
Andrew Robbins
|
379c69bf12
Enable 'extglob' and replace some brace expansions
|
7 лет назад |
Andrew Robbins
|
9b5d012ec4
Fix action text in './libreboot usage <project>'
|
7 лет назад |
Andrew Robbins
|
81f7a7e0cc
Removed cruft & redundancy in project_action*()
|
7 лет назад |
Andrew Robbins
|
9c45dc6b2a
Function call wget_wrapper wasn't renamed. Fixed.
|
7 лет назад |
Andrew Robbins
|
f1c378c027
Added functions for downloading/patching archives
|
7 лет назад |
Andrew Robbins
|
0096666182
Vars TAR_XZ,ASC,SHA256SUM renamed for generality.
|
7 лет назад |
Andrew Robbins
|
b6e6d5eba4
Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'
|
7 лет назад |
Andrew Robbins
|
4e50a92041
Remove unnecessary 'env' invocation from printf.
|
7 лет назад |