mirror of
https://abf.rosa.ru/djam/webmin.git
synced 2025-02-23 07:52:47 +00:00
11 lines
272 B
Diff
11 lines
272 B
Diff
--- ./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]);
|
|
}
|
|
}
|