diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-07 18:41:00 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-07 18:41:00 -0400 |
commit | 81f7a7e0cc226ba94f644d1e7685c85067be1767 (patch) | |
tree | ef1f0ab184daa40ae0761e6de3427d3d597a7170 /libreboot | |
parent | e07fe644fb9d1cadb137a57d6aad836cfd6bef83 (diff) | |
download | librebootfr-81f7a7e0cc226ba94f644d1e7685c85067be1767.tar.gz librebootfr-81f7a7e0cc226ba94f644d1e7685c85067be1767.zip |
Removed cruft & redundancy in project_action*()
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}" "$@" |