]> andersk Git - moira.git/commitdiff
Mistake in the loop construct which didn't detect a successful creation fixed.
authorprobe <probe>
Sun, 31 Jan 1993 13:16:18 +0000 (13:16 +0000)
committerprobe <probe>
Sun, 31 Jan 1993 13:16:18 +0000 (13:16 +0000)
incremental/afs_create.pl

index 7a543cef25d08fdd24dfaf358c606d29742fbbab..efc1a843222eea63295a1e897797f075a631942a 100644 (file)
@@ -28,6 +28,7 @@ foreach $tries (1..3) {
     $code = system("$vos create $asrv $apart $vname -cell $cell >/dev/null");
     push(@except, $asrv);
     next if ($code);
+    break;
 }
 &fatal("Unable to create $vname in $cell") if ($code); # Too many create errors
 push(@clean, "$vos remove $asrv $apart $vname -cell $cell >/dev/null");
This page took 0.078782 seconds and 5 git commands to generate.