nuget-to-nix: catch errors from process substitution
David McFarland 1 year ago b87ddc0d 0c1f3e6c
··· 22 22 export DOTNET_CLI_TELEMETRY_OPTOUT=1 23 23 24 24 mapfile -t sources < <(dotnet nuget list source --format short | awk '/^E / { print $2 }') 25 25 + wait "$!" 25 26 26 27 declare -a remote_sources 27 28 declare -A base_addresses