about summary refs log tree commit diff stats
path: root/update_html
diff options
context:
space:
mode:
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; )