[Pkg-wmaker-commits] [wmfrog] 114/145: Fix weather.pl typos.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:36 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit 8d5c87d9513c110e4c22809efcdb5e8d3a0931fe
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Aug 24 02:38:32 2014 -0500

    Fix weather.pl typos.
---
 wmfrog/Src/weather.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmfrog/Src/weather.pl b/wmfrog/Src/weather.pl
index 9f07221..7ff01bc 100755
--- a/wmfrog/Src/weather.pl
+++ b/wmfrog/Src/weather.pl
@@ -114,7 +114,7 @@ $newLine = <DATA>;
 $line   .= $newLine;
 chomp $line;
 
-$line = ~s/<hr>//;
+$line =~ s/<hr>//;
 $line = "METAR $station $line";
 
 close DATA;
@@ -178,7 +178,7 @@ while (  not $args[$i] =~ /\//  and  $i < @args )
     $obsc	= "";
     $misc	= "";
     $j		= 0;
-    $curent	= $args[$i]
+    $curent	= $args[$i];
     $wasCloud   = "no";
 
     debug("cur : $curent");

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



More information about the Pkg-wmaker-commits mailing list