Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 61537fb87f9994db809cbef942a6512b > files > 19

webmin-1.930-1.mga7.src.rpm

--- ./newmods.pl.gege	Wed Oct  4 19:07:36 2000
+++ ./newmods.pl	Wed Oct  4 19:07:52 2000
@@ -3,7 +3,7 @@
 # <config directory> <module>+
 
 for($i=1; $i<@ARGV; $i++) {
-	if (!(-d "$ARGV[0]/$ARGV[$i]")) {
+	if (-d "$ARGV[0]/$ARGV[$i]") {
 		push(@new, $ARGV[$i]);
 		}
 	}