From 8b74d53c61c8e40e54f8ad728e69857a3486ca0c Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 18 Dec 2005 15:46:51 +0000 Subject: [PATCH] - Fix --version --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.50.1