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/
This commit is contained in:
Kim Alvefur 2021-02-18 16:47:31 +01:00
parent e8d73dec14
commit d4ea984d85
1 changed files with 1 additions and 1 deletions

View File

@ -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