summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-install.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-12 22:01:13 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-12 22:01:13 -0500
commite3987a410b7cf4e9670aabe0dc6bae562d885d9e (patch)
tree359880683cf2bc6b14843b61e1fbdbb04f0c363f /pts-core/functions/pts-functions-install.php
parentbc98974134c910291f721737fb2e4c0e1d2d3194 (diff)
downloadphoronix-test-suite-upstream-e3987a410b7cf4e9670aabe0dc6bae562d885d9e.tar.gz
phoronix-test-suite-upstream-e3987a410b7cf4e9670aabe0dc6bae562d885d9e.tar.xz
phoronix-test-suite-upstream-e3987a410b7cf4e9670aabe0dc6bae562d885d9e.zip
pts-core: Few fixes for some regressions from today's work plus other
cleaning
Diffstat (limited to 'pts-core/functions/pts-functions-install.php')
-rw-r--r--pts-core/functions/pts-functions-install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-install.php b/pts-core/functions/pts-functions-install.php
index ba36399..19ba3c1 100644
--- a/pts-core/functions/pts-functions-install.php
+++ b/pts-core/functions/pts-functions-install.php
@@ -53,7 +53,7 @@ function pts_start_install($to_install)
if(pts_read_assignment("COMMAND") != "benchmark")
{
- echo pts_string_header("\nNot recognized: " . $TO_INSTALL . "\n");
+ echo pts_string_header("\nNot recognized: " . $to_install[0] . "\n");
}
return false;
}