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 | |
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')
-rwxr-xr-x | libs/project | 2 | ||||
-rwxr-xr-x | libs/tool | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/project b/libs/project index fc7ee232..f90b368e 100755 --- a/libs/project +++ b/libs/project @@ -152,7 +152,7 @@ project_action() { project_action_check "$action" "$project" "$@" - printf '%s\n' "Project $project $action (with ${arguments:-no argument})" + printf '%s\n\n' "Project $project $action (with ${arguments:-no argument})" if "$action" "$@"; then printf '\n%s\n' "Project $project $action (with ${arguments:-no argument}) completed" @@ -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 |