From c3e42f7851ce66af164621c7555021f1061bc286 Mon Sep 17 00:00:00 2001 From: Bill Date: Fri, 4 Nov 2022 16:18:13 -0400 Subject: Update wishlist and fix compile script --- compile-md.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compile-md.sh') diff --git a/compile-md.sh b/compile-md.sh index 7b982c0..c02e692 100755 --- a/compile-md.sh +++ b/compile-md.sh @@ -24,8 +24,8 @@ else fi pclass=$(echo "$title" | tr [:upper:] [:lower:]) -sed -ie "s/PAGE_TITLE/$title/" $out # replace title -sed -ie "s/PAGE_CLASS/$pclass/" $out # replace class +sed -i "s/PAGE_TITLE/$title/" $out # replace title +sed -i "s/PAGE_CLASS/$pclass/" $out # replace class markdown $in >> $out -- cgit v1.2.3-54-g00ecf