From: Paul Eggert Date: Mon, 7 Aug 2006 22:58:12 +0000 (+0000) Subject: Fix typo: remove po/tar.html. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=1942370acdb4fb0f4124e6ed33485e9f100e4c8a;p=chaz%2Ftar Fix typo: remove po/tar.html. --- 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() {