Skip to content

Commit

Permalink
fix(scripts): ignore error in xargs
Browse files Browse the repository at this point in the history
backport 302385a from master.

Related: linuxdeepin/developer-center#5561
Signed-off-by: black-desk <[email protected]>
  • Loading branch information
black-desk committed Sep 11, 2023
1 parent 5011f58 commit 20991b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/scripts/upgrade-all.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
# SPDX-License-Identifier: LGPL-3.0-or-later

ll-cli list | tail -n +2 | awk '{print $1}' | xargs -I \{\} ll-cli update \{\}
ll-cli list | tail -n +2 | awk '{print $1}' | xargs -I \{\} sh -c "ll-cli update \{\} || true"

0 comments on commit 20991b7

Please sign in to comment.