From: Ismaƫl Bouya Date: Mon, 10 Feb 2020 15:44:09 +0000 (+0100) Subject: Fix shebangs in scripts X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79;p=perso%2FImmae%2FConfig%2FNix.git Fix shebangs in scripts --- diff --git a/nixops/scripts/with_env b/nixops/scripts/with_env index a442ced..dd0fecb 100755 --- a/nixops/scripts/with_env +++ b/nixops/scripts/with_env @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ -z "$NIXOPS" ]; then echo "Please set NIXOPS to the nixops command" 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 @@ -#!/bin/bash +#!/usr/bin/env bash usage() { echo "$0 file.json"