about summary refs log tree commit diff stats
path: root/tools/update_html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/update_html')
-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
 
tik/mu/commit/edit.mu?h=hlt&id=ea1cfd5233b63cdd11bf7262728904e5ba045890'>ea1cfd52 ^
e70ce4ba ^
bdadc933 ^
e70ce4ba ^
bdadc933 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16