summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-05 18:10:20 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-05 18:10:20 -0400
commit19ed3f99d79f42a35157112fe2843935185a0c79 (patch)
treebafccbed08699b5b1784dcfe42fd0e3a6e0db9b4 /phoronix-test-suite
parent21b78ac680cf612447f78bcd22aebe71a6077682 (diff)
downloadphoronix-test-suite-upstream-19ed3f99d79f42a35157112fe2843935185a0c79.tar.gz
phoronix-test-suite-upstream-19ed3f99d79f42a35157112fe2843935185a0c79.tar.xz
phoronix-test-suite-upstream-19ed3f99d79f42a35157112fe2843935185a0c79.zip
phoronix-test-suite: Fix displaying menu
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 8d62c41..762e807 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -79,7 +79,7 @@ then
OPTION_ARG=$SCTP_FILE
fi
-case "$OPTION_HANDLE" in
+case "$1" in
"install")
$PHP_BIN pts-core/pts-run-cmd.php INSTALL_TEST $OPTION_ARG
;;