]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Fix shebangs in scripts
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 10 Feb 2020 15:44:09 +0000 (16:44 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 10 Feb 2020 16:04:29 +0000 (17:04 +0100)
nixops/scripts/with_env
scripts/fetch_version

index a442ced2091ed8fe1c643f8fccd85cd930188c8a..dd0fecba878f2965e4139ee27dab33c98311f778 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 if [ -z "$NIXOPS" ]; then
   echo "Please set NIXOPS to the nixops command"
index a0325f632789f5a7689bc199768547c4474eaa74..5c4715a2cc65b5a0e983a60b43b4217f4a706012 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 usage() {
   echo "$0 file.json"