[Pkg-mono-svn-commits] rev 2594 - mono/trunk/debian

Sebastian Dröge slomo-guest at costa.debian.org
Tue Jul 4 18:15:18 UTC 2006


Author: slomo-guest
Date: 2006-07-04 18:15:17 +0000 (Tue, 04 Jul 2006)
New Revision: 2594

Modified:
   mono/trunk/debian/mono.runtime-script
Log:
* removed a ) that broke the script


Modified: mono/trunk/debian/mono.runtime-script
===================================================================
--- mono/trunk/debian/mono.runtime-script	2006-07-04 18:13:31 UTC (rev 2593)
+++ mono/trunk/debian/mono.runtime-script	2006-07-04 18:15:17 UTC (rev 2594)
@@ -62,7 +62,7 @@
 	    # Clean up the line and get the base directory
 	    chomp;
 		 my $cmd = "/usr/bin/mono /usr/lib/mono/1.0/gacutil.exe /u $_"
-		 . " > /dev/null)";
+		 . " > /dev/null";
 		 system($cmd) == 0 or die "E: removing Assembly $_ failed\n";
 	}
 




More information about the Pkg-mono-svn-commits mailing list