about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 51e1684..149412a 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