From 4c4be5f18f3b52626db55ae9895e9227223c0390 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 10 Nov 2023 11:12:38 -0300 Subject: tools/makehelp.sh: Fix path to lib.sh --- tools/makehelp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/makehelp.sh b/tools/makehelp.sh index 39a38ca..e6118de 100755 --- a/tools/makehelp.sh +++ b/tools/makehelp.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eu -. tests/lib.sh +. tools/lib.sh usage() { -- cgit v1.2.3