Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > ea1eeb0868ab35c1622220a6dcf982a1 > files > 19

webmin-1.831-1.mga5.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]);
 		}
 	}