nuget-to-nix: set nullglob

This stops nuget-to-nix from failing when there are no packages in the
output.
This commit is contained in:
David McFarland
2023-06-24 19:13:16 -03:00
parent bca3a9edfc
commit f2027f4960
@@ -1,6 +1,7 @@
#!@runtimeShell@
set -euo pipefail
shopt -s nullglob
export PATH="@binPath@"
# used for glob ordering of package names