From 8096743ff2d73e10b4a160821457d0260a8a1e0e Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 22:01:43 +0100 Subject: docs(hm/pkgs/scrs/neorg/utils): Fix typo in comment --- hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hm/soispha/pkgs/scripts/specific/neorg') diff --git a/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils b/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils index c99de7fd..91da811a 100755 --- a/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils +++ b/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils @@ -1,6 +1,7 @@ #!/usr/bin/env dash -# Runs it's first argument and then the second, regardless if the first failed or succeed +# Runs it's first argument and then the second, regardless if the first failed or +# succeeded utils0chain() { eval "$1"; eval "$2" } -- cgit 1.4.1