From 38909fbce08002e6106c762dd8d573b4357476b6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 1 Sep 2021 14:21:04 -0700 Subject: [PATCH] . --- tools/update_html | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/update_html b/tools/update_html index 78a790aa..8110b010 100755 --- a/tools/update_html +++ b/tools/update_html @@ -49,6 +49,7 @@ done for f in apps/*.mu do + test $# -gt 0 && test $1 != $f && continue ( cd $(dirname $f) ctags -x ../[0-9]*.subx ../[0-9]*.mu $(basename $f) > /tmp/tags )