You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/12/12 08:06:52 UTC

svn commit: r603492 - /incubator/stdcxx/trunk/bin/genxviews

Author: sebor
Date: Tue Dec 11 23:06:51 2007
New Revision: 603492

URL: http://svn.apache.org/viewvc?rev=603492&view=rev
Log:
2007-12-12  Martin Sebor  <se...@roguewave.com>

	* genxviews: Corrected a couple of typos.

Modified:
    incubator/stdcxx/trunk/bin/genxviews

Modified: incubator/stdcxx/trunk/bin/genxviews
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/bin/genxviews?rev=603492&r1=603491&r2=603492&view=diff
==============================================================================
--- incubator/stdcxx/trunk/bin/genxviews (original)
+++ incubator/stdcxx/trunk/bin/genxviews Tue Dec 11 23:06:51 2007
@@ -181,14 +181,14 @@
         echo "$myname: no logs for $compiler on $osname/$arch." >&2
 
         if [ $quiet -eq 0 ]; then
-            echo "<td><i>$outfile</i></td>"
+            echo "            <td><i>$outfile</i></td>"
         fi
     else
         if [ $dryrun -eq 1 ]; then
             echo "$myname: $CROSS -o$outdir/$outfile -T\"$title\" $buildlogs   # $count logs"
         else
             if [ $quiet -eq 0 ]; then
-                echo "<td><a href="$outfile">$outfile</a></td>"
+                echo "            <td><a href="$outfile">$outfile</a></td>"
             fi
 
             $CROSS -o$outdir/$outfile -T"$title" $buildlogs
@@ -476,12 +476,12 @@
 
 # compute the number of seconds it took to process all logs
 readonly now=`date`
-processing_time=`$HOME/stdcxx/bin/duration "$start_date" "$now"`
+processing_time=`$HOME/stdcxx/bin/duration "$start_time" "$now"`
 
 cat<<EOF
     </table>
     <hr>
-    <i>Generated in $processing_time seconds.</i>
+    <i>Generated in $processing_time.</i>
   </body>
 </html>
 EOF