Fix passing arguments to the reproduction script

This commit is contained in:
Eelco Dolstra 2018-05-10 15:11:08 +02:00
parent df27358e11
commit 215b724e44
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -216,4 +216,4 @@ exec nix-build "${args[@]}" "${extraArgs[@]}"
}
main
main "$@"