From 9c201c6f27c54df73cefb2ebdf4c6af5de21650d Mon Sep 17 00:00:00 2001 From: rf Date: Sat, 24 Sep 2022 22:24:27 -0500 Subject: [PATCH] escape single quotes --- insert-posts.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/insert-posts.sh b/insert-posts.sh index 436bd53..3229366 100755 --- a/insert-posts.sh +++ b/insert-posts.sh @@ -68,8 +68,6 @@ for file in $(ls "$BLOG_DIR/posts"); do content=$(sed -n '4,$p' $target_file | tr -d '\n') content=${1//&/&} - content=${s///>} content=${s//'"'/"} content=${s//"'"/‘}