commit: 0c0717395305ed5ddd6dbf2e841b437efc5af423
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 11:32:10 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun May 2 11:32:10 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=0c071739
qmerge: silence style check
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
qmerge.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qmerge.c b/qmerge.c
index 9d524f1..08ce812 100644
--- a/qmerge.c
+++ b/qmerge.c
@@ -666,8 +666,8 @@ pkg_run_func_at(int dirfd, const char *vdb_path, const char
*phases, const char
"eqawarn() { elog \"QA: \"\"$@\"; }\n"
"eerror() { elog \"$@\"; }\n"
"die() { eerror \"$@\"; exit 1; }\n"
- "fowners() { local f a=$1; shift; for f in \"$@\" ; do chown $a
\"${ED}/${f}\" ; done ; }\n"
- "fperms() { local f a=$1; shift; for f in \"$@\" ; do chmod $a
\"${ED}/${f}\" ; done ; }\n"
+ "fowners() { local f a=$1; shift; for f in \"$@\"; do chown $a
\"${ED}/${f}\"; done; }\n"
+ "fperms() { local f a=$1; shift; for f in \"$@\"; do chmod $a
\"${ED}/${f}\"; done; }\n"
/* TODO: This should suppress `die` */
"nonfatal() { \"$@\"; }\n"
"ebegin() { printf ' * %%b ...' \"$*\"; }\n"