summaryrefslogtreecommitdiff
path: root/http/bin/gmi2upphtml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-09 18:19:16 +0100
committerJoe Carstairs <me@joeac.net>2026-06-09 18:19:16 +0100
commit0892937941d401b1cd4fe041a1fa5eda9287a677 (patch)
tree61154b4af3f2c292570c1b91f57f40c536726b44 /http/bin/gmi2upphtml
parentb4f9be57d3afbe19970bb268ecb6723cd80e703e (diff)
parameterises postprocess cmd in blog script
Diffstat (limited to 'http/bin/gmi2upphtml')
-rwxr-xr-xhttp/bin/gmi2upphtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/bin/gmi2upphtml b/http/bin/gmi2upphtml
index 608f4e8..f19f447 100755
--- a/http/bin/gmi2upphtml
+++ b/http/bin/gmi2upphtml
@@ -1,6 +1,6 @@
#!/bin/sh -e
-post_title="${1:-}"
+post_title="${POST_TITLE:-}"
is_in_list=0
is_in_link_block=0