[quake] 01/01: ETQW: fix --smp in help text

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Dec 10 07:36:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository quake.

commit a99a1e76e95985024ef91d66ac67a50a5b79de25
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Dec 10 08:14:36 2015 +0100

    ETQW: fix --smp in help text
---
 etqw.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etqw.in b/etqw.in
index de6d8e7..f973bd7 100644
--- a/etqw.in
+++ b/etqw.in
@@ -18,7 +18,7 @@ Usage: ${self} [OPTION]...
  -h, --help\t\tDisplay this help
 EOF
 
-  if [ "$role" = client ] && [ -x "$pkglibdir/quake4smp.x86" ]; then
+  if [ "$role" = client ] && [ -x "$pkglibdir/etqw-rthread.x86" ]; then
     cat <<EOF
  --smp\t\tUse the multi-threaded version of the client
 EOF

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quake.git



More information about the Pkg-games-commits mailing list