aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2021-11-11 19:32:10 -0800
committerMatt Turner <mattst88@gmail.com>2021-11-11 19:32:10 -0800
commit502ed37683f36ad6c55a02a06561c02d974947c8 (patch)
treea2b968d0c6d94c8fdcdbdd3f6bafa063813abcf2 /scripts
parentscripts/copy_buildsync: try to find dead links and textfiles (diff)
downloadreleng-502ed37683f36ad6c55a02a06561c02d974947c8.tar.gz
releng-502ed37683f36ad6c55a02a06561c02d974947c8.tar.bz2
releng-502ed37683f36ad6c55a02a06561c02d974947c8.zip
scripts/copy_buildsync: Fix typo
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copy_buildsync.sh2
1 files changed, 1 insertions, 1 deletions
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