nuget-to-nix: catch errors from process substitution
This commit is contained in:
parent
0c1f3e6c93
commit
b87ddc0dd5
@ -22,6 +22,7 @@ export DOTNET_NOLOGO=1
|
|||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
|
|
||||||
mapfile -t sources < <(dotnet nuget list source --format short | awk '/^E / { print $2 }')
|
mapfile -t sources < <(dotnet nuget list source --format short | awk '/^E / { print $2 }')
|
||||||
|
wait "$!"
|
||||||
|
|
||||||
declare -a remote_sources
|
declare -a remote_sources
|
||||||
declare -A base_addresses
|
declare -A base_addresses
|
||||||
|
Loading…
Reference in New Issue
Block a user