~corvus/hb9hox.radio

01d4aaf5dfafed7ac3b5572075a6bc37d3c450aa — Christian HB9HOX 1 year, 8 months ago 553c20a
Fix asciidoctor build on Alpine based environments
1 files changed, 2 insertions(+), 2 deletions(-)

M scripts/asciidoctor
M scripts/asciidoctor => scripts/asciidoctor +2 -2
@@ 1,5 1,5 @@
#!/bin/bash
#!/bin/sh

cmd=$(which -a asciidoctor | tail -n 1)

exec $cmd --template-dir "$(dirname -- "${BASH_SOURCE[0]}")/asciidoctor" $@
exec $cmd --template-dir "${PWD}/asciidoctor" $@