helly           Sun Dec 18 15:46:51 2005 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  - Fix --version
  
http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.262&r2=1.263&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.262 php-src/run-tests.php:1.263
--- php-src/run-tests.php:1.262 Sun Dec 18 14:50:06 2005
+++ php-src/run-tests.php       Sun Dec 18 15:46:51 2005
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.262 2005/12/18 14:50:06 helly Exp $ */
+/* $Id: run-tests.php,v 1.263 2005/12/18 15:46:51 helly Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -350,7 +350,7 @@
                                        $html_output = is_resource($html_file);
                                        break;
                                case '--version':
-                                       echo "$Revision: 1.262 $\n";
+                                       echo '$Revision: 1.263 $'."\n";
                                        exit(1);
                                default:
                                        echo "Illegal switch specified!\n";

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to