diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-04T10·46+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-09-04T10·58+0100 |
commit | 6c3b29943ccf3e8c02310036f2c61c8d4142fe80 (patch) | |
tree | dd5fc03561b4413e4fd2b403418c498186db99ef /release.nix | |
parent | 1cdfcbf879a6b199f0b20aaccf38f8e854d6f920 (diff) |
fix(build): Explicitly patch interpreter shebangs in build
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release.nix b/release.nix index 950bacc7405e..4af08f50c7bb 100644 --- a/release.nix +++ b/release.nix @@ -36,6 +36,7 @@ in with pkgs; buildGoPackage rec { buildInputs = [ git ]; buildPhase = '' cd go/src/${goPackagePath} + patchShebangs build-release.sh ./build-release.sh build ''; |