about summary refs log tree commit diff stats
path: root/update.sh
diff options
context:
space:
mode:
authorNeil Ray <ray@tilde.institute>2020-09-02 13:33:21 -0400
committerNeil Ray <ray@tilde.institute>2020-09-02 13:33:21 -0400
commit10e03d044c07281078281e2dc083d4706d33a59c (patch)
tree1a180150b8819ac21dae540cb6a75749490c06d4 /update.sh
parent3755ffaaee4441c4b9dac792209b9992cdc0f5f9 (diff)
downloadprep_html-10e03d044c07281078281e2dc083d4706d33a59c.tar.gz
change regex delimiter
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 149412a..1b39b15 100755
--- a/update.sh
+++ b/update.sh
@@ -10,7 +10,7 @@ git add store_plan_proj
 git commit -m 'usual updates to plan & project'
 sed "s/TINMAN/$tin_img/g" top.tmpl > top.html
 sed "s/^Status:/Status (`date +%Y-%m-%d`):/" ~/.project > project.cooked
-sed 's/^Status.*:$/<strong>&</strong>/' project.cooked > project.done
+sed 's|^Status.*:$|<strong>&</strong>|' project.cooked > project.done
 cat top.html ~/.plan mid.html project.done end.html > ~/public_html/index.html
 if [ ! -e ~/public_html/$tin_img ]; then cp $tin_img ~/public_html; fi
 rm project.cooked project.done top.html