mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nix-prefetch-git: make sure the script is interpreted by bash
Fixes https://github.com/NixOS/nixpkgs/issues/11284.
This commit is contained in:
parent
b5e06b04a7
commit
ade9f7167d
@ -1,4 +1,6 @@
|
||||
#! /bin/sh -e
|
||||
#! /usr/bin/env bash
|
||||
|
||||
set -e -o pipefail
|
||||
|
||||
url=
|
||||
rev=
|
||||
|
Loading…
Reference in New Issue
Block a user