diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-07 22:42:23 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-07 22:42:23 -0700 |
commit | c762564bd754884e847922c99172076fde4d646e (patch) | |
tree | 52b51d72a8e0bf29c94f5c01c13f098399830082 /update_html | |
parent | 1a62e61df42bfdf001010700c1e1042c67d62ec2 (diff) | |
download | mu-c762564bd754884e847922c99172076fde4d646e.tar.gz |
4539
Diffstat (limited to 'update_html')
-rwxr-xr-x | update_html | 4 |
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; ) |