commit 32f3ed038d9edcc14381a2f484b6e1403673b0e1 parent 3d8c60168e40e5ee6955d05e9f3d70d067981a67 Author: krasjet <nil@krj.st> Date: Sun, 12 Jul 2020 19:58:37 -0700 rc: fix find commands Diffstat:
M | grm | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/grm b/grm @@ -61,7 +61,6 @@ rebuild_index() { -type d -name "*.git" \ \( \ -exec test -e "{}/git-daemon-export-ok" \; \ - -o \ -exec stagit-index {} + \ \) > "${web_root}/index.html" echo "[index] done!"