nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 33 lines 785 B view raw
1diff --git a/src/zip_builtins.sh b/src/zip_builtins.sh 2index d78ca5526a..c7d8f251cc 100755 3--- a/src/zip_builtins.sh 4+++ b/src/zip_builtins.sh 5@@ -1,4 +1,4 @@ 6-#!/usr/bin/env bash 7+#!@usrBinEnv@ bash 8 9 # Copyright 2020 The Bazel Authors. All rights reserved. 10 # 11 12diff --git a/src/zip_files.sh b/src/zip_files.sh 13index 1422a6c659..4b1c221784 100755 14--- a/src/zip_files.sh 15+++ b/src/zip_files.sh 16@@ -1,4 +1,4 @@ 17-#!/usr/bin/env bash 18+#!@usrBinEnv@ bash 19 20 # Copyright 2019 The Bazel Authors. All rights reserved. 21 # 22 23diff --git a/src/package-bazel.sh b/src/package-bazel.sh 24index 56e94db400..65fef20988 100755 25--- a/src/package-bazel.sh 26+++ b/src/package-bazel.sh 27@@ -1,4 +1,4 @@ 28-#!/usr/bin/env bash 29+#!@usrBinEnv@ bash 30 # 31 # Copyright 2015 The Bazel Authors. All rights reserved. 32 # 33