nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 22 lines 507 B view raw
1diff --git a/src/zip_files.sh b/src/zip_files.sh 2index 1422a6c659..920c1019d2 100755 3--- a/src/zip_files.sh 4+++ b/src/zip_files.sh 5@@ -1,4 +1,4 @@ 6-#!/bin/bash 7+#!/usr/bin/env bash 8 9 # Copyright 2019 The Bazel Authors. All rights reserved. 10 # 11 12diff --git a/src/package-bazel.sh b/src/package-bazel.sh 13index 56e94db400..2c614af6c2 100755 14--- a/src/package-bazel.sh 15+++ b/src/package-bazel.sh 16@@ -1,4 +1,4 @@ 17-#!/bin/bash 18+#!/usr/bin/env bash 19 # 20 # Copyright 2015 The Bazel Authors. All rights reserved. 21 # 22