diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-05 18:10:20 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-05 18:10:20 -0400 |
commit | 19ed3f99d79f42a35157112fe2843935185a0c79 (patch) | |
tree | bafccbed08699b5b1784dcfe42fd0e3a6e0db9b4 /phoronix-test-suite | |
parent | 21b78ac680cf612447f78bcd22aebe71a6077682 (diff) | |
download | phoronix-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-x | phoronix-test-suite | 2 |
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 ;; |