From 1942370acdb4fb0f4124e6ed33485e9f100e4c8a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 7 Aug 2006 22:58:12 +0000 Subject: [PATCH] Fix typo: remove po/tar.html. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 8cdc00c..b54810c 100755 --- a/bootstrap +++ b/bootstrap @@ -137,7 +137,7 @@ get_translations() { ' | sh && ls "$subdir"/*.po | sed 's|.*/||; s|\.po$||' >"$subdir/LINGUAS" && -: rm "$subdir/$domain.html" + rm "$subdir/$domain.html" } update_po() { -- 2.44.0