From d4ea984d85b66b3ec6423d09075e32d82b6bb523 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 18 Feb 2021 16:47:31 +0100 Subject: [PATCH] tools/xep2md.sh: Fix stuff reference to xep2md.lua I had all these in the main source directory initially, hence the relative paths, which broke after moving them into tools/ --- tools/xep2md.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xep2md.sh b/tools/xep2md.sh index 33de9997..4ea24071 100755 --- a/tools/xep2md.sh +++ b/tools/xep2md.sh @@ -1,3 +1,3 @@ #!/bin/bash -xmllint --nonet --noent --loaddtd "$@" | lua5.3 -lluarocks.loader xep2md.lua +xmllint --nonet --noent --loaddtd "$@" | lua5.3 -lluarocks.loader ${0%/*}/xep2md.lua