diff options
author | Leah Rowe <info@minifree.org> | 2017-07-07 23:10:16 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-07-07 23:10:16 +0000 |
commit | 74a0a67599f043dd43c9ea3cc3766fcf078c1ad7 (patch) | |
tree | ef1f0ab184daa40ae0761e6de3427d3d597a7170 /libreboot | |
parent | e07fe644fb9d1cadb137a57d6aad836cfd6bef83 (diff) | |
parent | 81f7a7e0cc226ba94f644d1e7685c85067be1767 (diff) | |
download | librebootfr-74a0a67599f043dd43c9ea3cc3766fcf078c1ad7.tar.gz librebootfr-74a0a67599f043dd43c9ea3cc3766fcf078c1ad7.zip |
Merge branch 'libs/project-cruft' of kragle/libreboot into master
Diffstat (limited to 'libreboot')
-rwxr-xr-x | libreboot | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -100,9 +100,7 @@ libreboot_project() { if ! project_function_check "${project}" "${action}"; then libreboot_usage exit 1 - fi - - if [[ "${action}" == "usage" ]]; then + elif [[ "${action}" == 'usage' ]]; then project_action "${action}" "${project}" "$@" else project_action_arguments "${action}" "${project}" "$@" |