[evolvis-commits] r7963: Fixed a variable name. ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:53:55 CET 2011


Author: mirabilos
Date: 2011-02-24 15:53:54 +0100 (Thu, 24 Feb 2011)
New Revision: 7963

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/sf-unregister-plugin
Log:
Fixed a variable name.


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/sf-unregister-plugin
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/sf-unregister-plugin	2011-02-24 14:53:53 UTC (rev 7962)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/sf-unregister-plugin	2011-02-24 14:53:54 UTC (rev 7963)
@@ -21,7 +21,7 @@
 
 $plugin_name = $ARGV [0] ;
 
-if ($pluginname =~ /[^a-z]/) {
+if ($plugin_name =~ /[^a-z]/) {
     debug "Error: the plugin name must contain only [a-z] characters" ;
     exit 1 ;
 }



More information about the evolvis-commits mailing list