diff options
Diffstat (limited to 'http/bin/blog')
| -rw-r--r--[-rwxr-xr-x] | http/bin/blog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/bin/blog b/http/bin/blog index 357b2bc..46c050a 100755..100644 --- a/http/bin/blog +++ b/http/bin/blog @@ -92,6 +92,6 @@ do export POST_TITLE="$title" cat "$entry" | grep --regexp "^\# " --invert-match | eval "$postprocess_cmd" > "$dest" fi - echo "${title}" > "${dest}.args" + echo "POST_TITLE=\"$(echo "${title}" | sed "s/\\\"/\\\\\"/g")\"" > "${dest}.args" echo "Processed ${entry#$(dirname ${BLOGS})/} to ${dest#$(dirname ${SRC})/}" done |
