mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-28 00:21:44 -05:00
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:
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…
x
Reference in New Issue
Block a user