From: Marcus Boerger Date: Sun, 18 Dec 2005 15:46:51 +0000 (+0000) Subject: - Fix --version X-Git-Tag: RELEASE_1_0_4~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b74d53c61c8e40e54f8ad728e69857a3486ca0c;p=php - Fix --version --- diff --git a/run-tests.php b/run-tests.php index e0574db81a..e5974d99a5 100755 --- a/run-tests.php +++ b/run-tests.php @@ -350,7 +350,7 @@ if (isset($argc) && $argc > 1) { $html_output = is_resource($html_file); break; case '--version': - echo "$Revision$\n"; + echo '$Revision$'."\n"; exit(1); default: echo "Illegal switch specified!\n";