From: Steinar H. Gunderson Date: Wed, 7 Mar 2007 11:41:48 +0000 (+0000) Subject: Be slightly more consistent about quoting. X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=cac380009b0be4c643c734fb5da0801a1e570630 Be slightly more consistent about quoting. --- diff --git a/bugcfg.pm b/bugcfg.pm index d8f1852..c7849f1 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -5,7 +5,7 @@ $host=`hostname`; chomp $host; -if ($host eq "master" or $host eq "spohr" or $host eq 'rietz') { +if ($host eq "master" or $host eq "spohr" or $host eq "rietz") { $spooldir = "/org/bugs.debian.org/debbugs/spool/db-h"; $maintainerlist = "/etc/debbugs/Maintainers"; $debian_ftproot = "/org/bugs.debian.org/etc/indices/ftp/testing";