about summary refs log tree commit diff stats
path: root/update_html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-07 22:42:23 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-07 22:42:23 -0700
commitc762564bd754884e847922c99172076fde4d646e (patch)
tree52b51d72a8e0bf29c94f5c01c13f098399830082 /update_html
parent1a62e61df42bfdf001010700c1e1042c67d62ec2 (diff)
downloadmu-c762564bd754884e847922c99172076fde4d646e.tar.gz
4539
Diffstat (limited to 'update_html')
-rwxr-xr-xupdate_html4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_html b/update_html
index e681a6e4..4e618410 100755
--- a/update_html
+++ b/update_html
@@ -80,11 +80,11 @@ do
   process $f
 done
 
-rm -f /tmp/tags
+echo > /tmp/tags
 for f in subx/examples/*.subx subx/apps/*.subx
 do
   process $f
 done
 
-rm -f /tmp/tags
+rm /tmp/tags
 ( cd linkify; clean; )