about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNeil Ray <ray@tilde.institute>2020-09-02 13:32:13 -0400
committerNeil Ray <ray@tilde.institute>2020-09-02 13:32:13 -0400
commit3755ffaaee4441c4b9dac792209b9992cdc0f5f9 (patch)
treed3d789c800a8792c63b12fac51c747dadce144ee
parent6c79fdb987624082670fc50eee55004a0289b33d (diff)
downloadprep_html-3755ffaaee4441c4b9dac792209b9992cdc0f5f9.tar.gz
fix quote marks
-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
13' href='#n113'>113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191