SVN: toys/rsget.pl/RSGet/Main.pm

sparky sparky at pld-linux.org
Tue Dec 7 22:01:10 CET 2010


Author: sparky
Date: Tue Dec  7 22:01:10 2010
New Revision: 11976

Modified:
   toys/rsget.pl/RSGet/Main.pm
Log:
- typo


Modified: toys/rsget.pl/RSGet/Main.pm
==============================================================================
--- toys/rsget.pl/RSGet/Main.pm	(original)
+++ toys/rsget.pl/RSGet/Main.pm	Tue Dec  7 22:01:10 2010
@@ -194,7 +194,7 @@
 
 sub sig_ignore
 {
-	warn "Ignoring signal @_[0]\n";
+	warn "Ignoring signal $_[0]\n";
 }
 
 foreach ( qw(USR1) ) {


More information about the pld-cvs-commit mailing list