xargs -r for linux to be happy for no asdf plugins needing to be added
This commit is contained in:
parent
ace56fccd1
commit
c635d98988
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ upgrade_system() {
|
||||||
print $1
|
print $1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}' | xargs -n 1 asdf plugin add
|
}' | xargs -r -n 1 asdf plugin add
|
||||||
asdf install
|
asdf install
|
||||||
|
|
||||||
echo -e 'package\tversion\tlatest\tstatus'
|
echo -e 'package\tversion\tlatest\tstatus'
|
||||||
|
|
Loading…
Reference in a new issue