From c635d98988e68dd89590e73b1419469f70e9c3c6 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Fri, 6 Oct 2023 15:36:40 -0400 Subject: [PATCH] xargs -r for linux to be happy for no asdf plugins needing to be added --- chezmoi/dot_zshrc.d/executable_upgrade_system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh index b838d65..aea74f3 100644 --- a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh +++ b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh @@ -48,7 +48,7 @@ upgrade_system() { print $1 } } - }' | xargs -n 1 asdf plugin add + }' | xargs -r -n 1 asdf plugin add asdf install echo -e 'package\tversion\tlatest\tstatus'