From 2302539bcce7718e283aefa6f2b94366bcf05521 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 23 Nov 2004 06:46:54 +0000 Subject: [PATCH] " -> \' git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1073 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index 0e79930..ba28c48 100644 --- a/src/Modules/Debian.pl +++ b/src/Modules/Debian.pl @@ -176,19 +176,19 @@ sub searchContents { $query =~ s/^\s+|\s+$//g; if (!&::validExec($query)) { - &::msg($::who, "search string looks fuzzy."); + &::msg($::who, 'search string looks fuzzy.'); return; } - if ($dist eq "incoming") { # nothing yet. - &::DEBUG("sC: dist = 'incoming'. no contents yet."); + if ($dist eq 'incoming') { # nothing yet. + &::DEBUG('sC: dist = "incoming". no contents yet.'); return; } else { my %urls = &fixDist($dist, %urlcontents); # download contents file. - &::DEBUG("deb: download 1.") if ($debug); + &::DEBUG('deb: download 1.') if ($debug); if (!&DebianDownload($dist, %urls)) { - &::WARN("Debian: could not download files."); + &::WARN('Debian: could not download files.'); } } -- 2.39.2