From 2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 10 Feb 2020 16:44:09 +0100 Subject: Fix shebangs in scripts --- nixops/scripts/with_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixops') 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" -- cgit v1.2.3