projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1264f7
)
- MFH Fix --version
author
Marcus Boerger
<helly@php.net>
Sun, 18 Dec 2005 15:47:07 +0000
(15:47 +0000)
committer
Marcus Boerger
<helly@php.net>
Sun, 18 Dec 2005 15:47:07 +0000
(15:47 +0000)
run-tests.php
patch
|
blob
|
history
diff --git
a/run-tests.php
b/run-tests.php
index 6408500baed4d9f85c4128e4273a09929ca558b2..ab18f0d8f86002c385409097dff0f701523c675c 100755
(executable)
--- a/
run-tests.php
+++ b/
run-tests.php
@@
-333,7
+333,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 '$switch' specified!\n";