]> git.pld-linux.org Git - packages/MigrationTools.git/blobdiff - MigrationTools-minmax-ugid.patch
- typo
[packages/MigrationTools.git] / MigrationTools-minmax-ugid.patch
index afeb1263fa944ee8829ceed0612cf45a3218b3ad..52023abbd75887bac5a0aeb0fb78ca90ec446bc9 100644 (file)
@@ -88,7 +88,7 @@ diff -ur MigrationTools-47/migrate_passwd.pl MigrationTools-47-minmax-ugid/migra
 +      } elsif ($ARGV[0] eq "--maxuid") {
 +              $maxuid = $ARGV[1];
 +              shift ; shift;
-+      if ($ARGV[0] eq "--mingid") {
++      } elsif ($ARGV[0] eq "--mingid") {
 +              $mingid = $ARGV[1];
 +              shift ; shift;
 +      } elsif ($ARGV[0] eq "--maxgid") {
This page took 0.047771 seconds and 4 git commands to generate.