From 8d1e58c0496b00b5300049e0bf6eb765c2abdbc9 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 20 Oct 2023 23:55:11 +0200 Subject: fix(hm/pkgs/scr/neorg): Remove 'set -e' Having this set causes some shell library functions to fail, as they build upon failing commands --- hm/soispha/pkgs/scripts/wrappers/neorg | 2 -- 1 file changed, 2 deletions(-) (limited to 'hm/soispha/pkgs') diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg index c4818360..55d5d9bc 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg @@ -9,8 +9,6 @@ YEARS="2023" NAME="neorg" -set -e - help() { cat << EOF This is a quick wrapper to make starting neorg easier. -- cgit 1.4.1