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/
master
Kim Alvefur 2 years ago
parent e8d73dec14
commit d4ea984d85

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

Loading…
Cancel
Save