summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-11 13:02:05 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-11 13:02:05 +0000
commitbdcbffef8343e7fa48e92943ba011e0155fbd4cf (patch)
treef528addfd816e8707d8aa93d571c1908e9bde57c /eclass/games-q3mod.eclass
parentrepoman details (diff)
downloadhistorical-bdcbffef8343e7fa48e92943ba011e0155fbd4cf.tar.gz
historical-bdcbffef8343e7fa48e92943ba011e0155fbd4cf.tar.bz2
historical-bdcbffef8343e7fa48e92943ba011e0155fbd4cf.zip
change use syntax to the right form
Diffstat (limited to 'eclass/games-q3mod.eclass')
-rw-r--r--eclass/games-q3mod.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass
index c5ae978b97fa..e4b47202e47b 100644
--- a/eclass/games-q3mod.eclass
+++ b/eclass/games-q3mod.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.18 2004/02/03 00:01:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.19 2004/05/11 13:02:05 vapier Exp $
inherit games
@@ -75,7 +75,7 @@ games-q3mod_pkg_postinst() {
einfo "To play this mod: quake3-${MOD_BINS}"
einfo "To launch a dedicated server: q3${MOD_BINS}-ded"
- [ `use dedicated` ] && \
+ use dedicated && \
einfo "To launch server at startup: /etc/init.d/q3${MOD_NAME}-ded"
games_pkg_postinst