about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-11 19:44:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-11 19:44:20 -0700
commit982dfeb2175e598d358d1c29940846f905ec6640 (patch)
tree2cec99f6815fb4eaf61e36e3d7a5b2e9d3463766 /tools
parentb8bebe9bbc095177739156a22f99d3e1644c71cf (diff)
downloadmu-982dfeb2175e598d358d1c29940846f905ec6640.tar.gz
.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/update_html b/tools/update_html
index 42d977ff..78a790aa 100755
--- a/tools/update_html
+++ b/tools/update_html
@@ -60,7 +60,7 @@ done
 )
 for f in shell/*.mu
 do
-  test $# -gt 0  &&  test $1 != shell/$f  &&  continue
+  test $# -gt 0  &&  test $1 != $f  &&  continue
   process $f
 done
 
@@ -69,7 +69,7 @@ done
 )
 for f in browse-slack/*.mu
 do
-  test $# -gt 0  &&  test $1 != browse-slack/$f  &&  continue
+  test $# -gt 0  &&  test $1 != $f  &&  continue
   process $f
 done