diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-04-12 15:20:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-12 15:20:41 -0700 |
commit | 2f49576291484a78f3ac98b163d7989d09bb2a1f (patch) | |
tree | 541617b90dabade61c736816e62534826bfd0ed6 | |
parent | eaa224d0100a2b81e5e2f14ff0beecc7eb294dfa (diff) | |
parent | 019efa2a2e8626d8d5698995ea42bc3d42e27c2f (diff) |
Merge pull request #51 from tokudan/nixos_compat
Increase compatibility with NixOS
-rwxr-xr-x | mutt-wizard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt-wizard.sh b/mutt-wizard.sh index b28ad1c..ea75771 100755 --- a/mutt-wizard.sh +++ b/mutt-wizard.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [[ "$(uname)" == "Darwin" ]] then |