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-02-10 17:04:29 +0100 |
commit | 2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79 (patch) | |
tree | 0511b54382dea673fe280c342908a072df8c4e09 /nixops/scripts/with_env | |
parent | d294939fec23095973aa2b8f87e30accce41d180 (diff) | |
download | Nix-2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79.tar.gz Nix-2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79.tar.zst Nix-2caad8900d036e6a7dbd52bac2f10fd0dd4c6c79.zip |
Fix shebangs in scripts
Diffstat (limited to 'nixops/scripts/with_env')
-rwxr-xr-x | nixops/scripts/with_env | 2 |
1 files changed, 1 insertions, 1 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 @@ | |||
1 | #!/bin/bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | if [ -z "$NIXOPS" ]; then | 3 | if [ -z "$NIXOPS" ]; then |
4 | echo "Please set NIXOPS to the nixops command" | 4 | echo "Please set NIXOPS to the nixops command" |