cvs: php-gtk-doc /updater createClassDoc.php

[email protected] ("Christian Weiske")
Newsgroups php.gtk.doc
Message-ID <cvscweiske1160580589@cvsserver>
cweiske		Wed Oct 11 15:29:49 2006 UTC

  Modified files:              
    /php-gtk-doc/updater	createClassDoc.php 
  Log:
  Fixing shell script typo
  
  
http://cvs.php.net/viewvc.cgi/php-gtk-doc/updater/createClassDoc.php?r1=1.1&r2=1.2&diff_format=u
Index: php-gtk-doc/updater/createClassDoc.php
diff -u php-gtk-doc/updater/createClassDoc.php:1.1 php-gtk-doc/updater/createClassDoc.php:1.2
--- php-gtk-doc/updater/createClassDoc.php:1.1	Wed Oct 11 15:21:08 2006
+++ php-gtk-doc/updater/createClassDoc.php	Wed Oct 11 15:29:49 2006
@@ -1,6 +1,6 @@
 <?php
 /**
-for line in `cat missing`; do line2=`echo $line | tr [A-Z] [a-z]`; php createMissingClassDocs.php $line > $line2.xml; done
+for line in `cat missing`; do line2=`echo $line | tr [A-Z] [a-z]`; php createClassDoc.php $line > $line2.xml; done
 */
 if ($argc != 2) {
     die('Please specify the classname to create the doc for.' . "\n");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.