diff options
-rwxr-xr-x | nixops/scripts/with_env | 2 | ||||
-rwxr-xr-x | 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 @@ | |||
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" |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | usage() { | 3 | usage() { |
4 | echo "$0 file.json" | 4 | echo "$0 file.json" |