about summary refs log tree commit diff stats
path: root/update_html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-08-22 09:50:06 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-08-22 09:50:06 -0700
commit8a92572df505eab170912e082e085301e7fecddd (patch)
tree9db133bf1f048de9f146dfabda21c1736510e01e /update_html
parentfc97f6670d3094f1a5f213ec3a3f7134a14ddadd (diff)
downloadmu-8a92572df505eab170912e082e085301e7fecddd.tar.gz
3983
Diffstat (limited to 'update_html')
-rwxr-xr-xupdate_html2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_html b/update_html
index dc91660d..024b2ddb 100755
--- a/update_html
+++ b/update_html
@@ -65,7 +65,7 @@ process() {
 
   for f in [a-zA-Z]*.mu
   do
-    rm html/$f.html
+    rm -f html/$f.html
     process $f
     ctags -x [0-9]*.mu $f  > /tmp/tags
     linkify/linkify /tmp/tags html/$f.html