diff options
author | Swift Geek <swiftgeek@gmail.com> | 2019-10-30 08:39:56 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2019-10-30 08:39:56 +0000 |
commit | b7b39afdd822e582140c3767e71efd40fd4875ae (patch) | |
tree | 7529b1d48ecd2520c57719e7a0b1ffe236ceeb49 /libs/project | |
parent | 7b8af136f1f620cb91c170d897cde89b357b80a1 (diff) | |
parent | 692ef71d29082a07d94787798ed595b91bca59b8 (diff) | |
download | librebootfr-b7b39afdd822e582140c3767e71efd40fd4875ae.tar.gz librebootfr-b7b39afdd822e582140c3767e71efd40fd4875ae.zip |
Merge branch 'bugs' of and_who/libreboot into master
Diffstat (limited to 'libs/project')
-rwxr-xr-x | libs/project | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/project b/libs/project index 0bcc4d9d..673689ee 100755 --- a/libs/project +++ b/libs/project @@ -378,6 +378,17 @@ project_action_projects() { done < "$path" } +project_action_usage() { + local project=$1 + shift + + ( + project_include "$project" + + project_action usage "$project" "$@" + ) +} + project_path() { local project=$1 |