From 502ed37683f36ad6c55a02a06561c02d974947c8 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 11 Nov 2021 19:32:10 -0800 Subject: [PATCH] scripts/copy_buildsync: Fix typo Signed-off-by: Matt Turner --- 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