[csw-devel] SF.net SVN: gar:[12001] csw/mgar/pkg/cswpkgloghooks/trunk/files/ 01-CSWcswpkgloghooks-postupgrade

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Dec 18 15:14:53 CET 2010


Revision: 12001
          http://gar.svn.sourceforge.net/gar/?rev=12001&view=rev
Author:   bdwalton
Date:     2010-12-18 14:14:52 +0000 (Sat, 18 Dec 2010)

Log Message:
-----------
cswpkgloghooks: add missing semicolon in postupgrade hook script

Modified Paths:
--------------
    csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-postupgrade

Modified: csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-postupgrade
===================================================================
--- csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-postupgrade	2010-12-18 14:06:35 UTC (rev 12000)
+++ csw/mgar/pkg/cswpkgloghooks/trunk/files/01-CSWcswpkgloghooks-postupgrade	2010-12-18 14:14:52 UTC (rev 12001)
@@ -15,7 +15,7 @@
 
 open(STATEFILE, ">$statefile") or die "Couldn't open $statefile.";
 print STATEFILE "$sysver";
-close(STATEFILE)
+close(STATEFILE);
 
 sub logdie {
     local $arg = shift;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list