summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-10 11:12:38 -0300
committerEuAndreh <eu@euandre.org>2023-11-10 11:12:38 -0300
commit4c4be5f18f3b52626db55ae9895e9227223c0390 (patch)
treefd63672b0ca9432114fcc5f9b00707fc50c10eaa
parentMakefile: s/LIST/MAILING_LIST/ (diff)
downloadpapod-4c4be5f18f3b52626db55ae9895e9227223c0390.tar.gz
papod-4c4be5f18f3b52626db55ae9895e9227223c0390.tar.xz
tools/makehelp.sh: Fix path to lib.sh
-rwxr-xr-xtools/makehelp.sh2
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() {