diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-02-10 16:44:09 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-02-10 17:04:29 +0100 |
commit | 2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79 (patch) | |
tree | 0511b54382dea673fe280c342908a072df8c4e09 /scripts/fetch_version | |
parent | d294939fec23095973aa2b8f87e30accce41d180 (diff) | |
download | Nix-2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79.tar.gz Nix-2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79.tar.zst Nix-2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79.zip |
Fix shebangs in scripts
Diffstat (limited to 'scripts/fetch_version')
-rwxr-xr-x | scripts/fetch_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch_version b/scripts/fetch_version index a0325f6..5c4715a 100755 --- a/scripts/fetch_version +++ b/scripts/fetch_version | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | usage() { | 3 | usage() { |
4 | echo "$0 file.json" | 4 | echo "$0 file.json" |