aboutsummaryrefslogtreecommitdiff
path: root/libs/tool
Commit message (Expand)AuthorAgeFilesLines
* Center tool/project output between header/footerAndrew Robbins2019-02-221-1/+1
* Don't output header/footer to stderr unless necessaryAndrew Robbins2019-02-221-2/+4
* Remove unnecessary spaces in command substitutionsAndrew Robbins2017-10-281-8/+8
* Make use of Bash's '-n' operator for testsAndrew Robbins2017-10-281-4/+4
* Replace usage of the '[' Bash builtin with '[['Andrew Robbins2017-10-281-14/+14
* Replace '.' usage with Bash 'source' builtinAndrew Robbins2017-10-281-2/+2
* Modify fd copying in printf calls for readabilityAndrew Robbins2017-10-281-6/+6
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-8/+8
* Add function 'tool_arguments_targets' to libs/toolAndrew Robbins2017-09-141-0/+19
* Create array TOOL_ACTIONS_GENERIC_IGNORE_CHECKAndrew Robbins2017-07-211-0/+1
* Add libreboot_setup_tool_actions()Andrew Robbins2017-07-211-5/+0
* Rename TOOL_ACTIONS_FUNCTIONS to TOOL_ACTIONSAndrew Robbins2017-07-211-2/+2
* Rely less on word splitting by using arraysAndrew Robbins2017-07-141-5/+9
* Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'Andrew Robbins2017-06-231-1/+1
* Remove unnecessary 'env' invocation from printf.Andrew Robbins2017-06-231-18/+18
* Fixed printf calls & replaced 'echo' w/ printf.Andrew Robbins2017-06-231-18/+18
* Fixed project_check() and tool_check().Andrew Robbins2017-05-291-6/+3
* libs: tool: Add utility functions for filesPaul Kocialkowski2017-01-151-0/+82
* Paper build system initial import into LibrebootPaul Kocialkowski2017-01-151-0/+287