]> Dogcows Code - chaz/tar/commitdiff
Fix typo: remove po/tar.html.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Aug 2006 22:58:12 +0000 (22:58 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 7 Aug 2006 22:58:12 +0000 (22:58 +0000)
bootstrap

index 8cdc00cc8a14304243c7c4eca7719e6a170248fb..b54810c0b308f275720e1a372ba66196f484566a 100755 (executable)
--- 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() {
This page took 0.02243 seconds and 4 git commands to generate.