diff options
author | EuAndreh <eu@euandre.org> | 2023-11-10 11:12:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-10 11:12:38 -0300 |
commit | 4c4be5f18f3b52626db55ae9895e9227223c0390 (patch) | |
tree | fd63672b0ca9432114fcc5f9b00707fc50c10eaa | |
parent | Makefile: s/LIST/MAILING_LIST/ (diff) | |
download | papod-4c4be5f18f3b52626db55ae9895e9227223c0390.tar.gz papod-4c4be5f18f3b52626db55ae9895e9227223c0390.tar.xz |
tools/makehelp.sh: Fix path to lib.sh
-rwxr-xr-x | tools/makehelp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |