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-04-25 00:04:45 +0200 |
commit | f43df5482b7c7edc6bc161a63f505e88f05a9c06 (patch) | |
tree | f9ebacefc4ae0dc1283639ac2ba2771b76ec6898 /scripts/fetch_version | |
parent | fc74d2414cd52f7a279087d2239aa0271e6a7bf6 (diff) | |
download | NUR-f43df5482b7c7edc6bc161a63f505e88f05a9c06.tar.gz NUR-f43df5482b7c7edc6bc161a63f505e88f05a9c06.tar.zst NUR-f43df5482b7c7edc6bc161a63f505e88f05a9c06.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 a0325f63..5c4715a2 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" |