diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-06-12 15:49:37 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-06-12 15:49:37 +0000 |
commit | c7197a6740449e548008cd4a5817aa23ad0d41fa (patch) | |
tree | 153b2e46f1d912d63ec7bf7e81fb53b4beeaba94 /media-tv/mythtv/files | |
parent | Update to Linux 2.6.20.14, fixing CVE-2007-2875, CVE-2007-2453 and CVE-2007-2... (diff) | |
download | gentoo-2-c7197a6740449e548008cd4a5817aa23ad0d41fa.tar.gz gentoo-2-c7197a6740449e548008cd4a5817aa23ad0d41fa.tar.bz2 gentoo-2-c7197a6740449e548008cd4a5817aa23ad0d41fa.zip |
de-bashify by Matthias Schwarzott <zzam@gentoo.org>
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r-- | media-tv/mythtv/files/mythbackend-0.18.2.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/mythtv/files/mythbackend-0.18.2.rc b/media-tv/mythtv/files/mythbackend-0.18.2.rc index f853c5a316fc..afa74d738b3a 100644 --- a/media-tv/mythtv/files/mythbackend-0.18.2.rc +++ b/media-tv/mythtv/files/mythbackend-0.18.2.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend-0.18.2.rc,v 1.7 2007/05/15 17:57:20 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend-0.18.2.rc,v 1.8 2007/06/12 15:49:37 cardoe Exp $ depend() { # future note for me, backend doesn't have to run on @@ -11,7 +11,7 @@ depend() { } start() { - [[ -z "${MYTH_VERBOSE}" ]] && MYTH_VERBOSE="important,general" + [ -z "${MYTH_VERBOSE}" ] && MYTH_VERBOSE="important,general" export QTDIR=/usr/qt/3 export HOME=/etc/mythtv |