diff options
-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() { |