commit:     502ed37683f36ad6c55a02a06561c02d974947c8
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Fri Nov 12 03:32:10 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 03:32:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=502ed376

scripts/copy_buildsync: Fix typo

Signed-off-by: Matt Turner <mattst88 <AT> gmail.com>

 scripts/copy_buildsync.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index e224f75e..78cc1653 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -233,7 +233,7 @@ process_arch() {
                                                - \
                                                <(sort $f |grep -v -e '^#' |awk 
'{print $1}') \
                                | fgrep -l -f - $f \
-                               | xargs -n1 --no-ruN-if-empty readlink -f
+                               | xargs -n1 --no-run-if-empty readlink -f
                done >"${_dead}"
                if test -s "${_dead}"; then
                                echo "copy_buildsync: dead latest*txt files to 
verify:" 1>&2

Reply via email to