diff options
author | Soispha <soispha@vhack.eu> | 2023-10-20 23:08:06 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-20 23:08:06 +0200 |
commit | 3a216aa36e6f30f86eb910a2450e32018b7b74f8 (patch) | |
tree | 39589bd31a1894aa038b2fdd5ce63ad7114e29f9 | |
parent | fix(hm/pkgs/src/neorg): Don't fall through, if the user exits early (diff) | |
download | nixos-config-3a216aa36e6f30f86eb910a2450e32018b7b74f8.tar.gz nixos-config-3a216aa36e6f30f86eb910a2450e32018b7b74f8.zip |
fix(hm/pkgs/scr/neorg): Remove 'f' from set options
Having it there brakes stuff in the shell library. For example the `search_flake_base_dir` function fails.
Diffstat (limited to '')
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/neorg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg index 184d71b9..71b82a49 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg @@ -9,7 +9,7 @@ YEARS="2023" NAME="neorg" -set -ef +set -e help() { cat << EOF |