From 2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 10 Feb 2020 16:44:09 +0100 Subject: [PATCH] Fix shebangs in scripts --- nixops/scripts/with_env | 2 +- scripts/fetch_version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.41.0