diff options
author | Swift Geek <swiftgeek@gmail.com> | 2019-02-22 18:10:51 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2019-02-22 18:10:51 +0000 |
commit | 912f542cc666f803e4191db9468a21d6d25e2673 (patch) | |
tree | 6077fa799d57157994116ed67d9bd877de21e18a /libs/tool | |
parent | 2db4a80b2280bcf1894d2062b97e8df8f47c5178 (diff) | |
parent | a9d094a7d1faac6ab20c29b8315bc96301bfc162 (diff) | |
download | librebootfr-912f542cc666f803e4191db9468a21d6d25e2673.tar.gz librebootfr-912f542cc666f803e4191db9468a21d6d25e2673.zip |
Merge branch 'formatting' of and_who/libreboot into master
Diffstat (limited to 'libs/tool')
-rwxr-xr-x | libs/tool | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ tool_action() { return 0 fi - printf '%s\n' "Tool $tool $action (with ${arguments:-no argument})" + printf '%s\n\n' "Tool $tool $action (with ${arguments:-no argument})" ( set -e |