X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/69d33c3c0d9b5f91894b04aa8f59b919962b750f..dcfa270ac1d2f55eb793c4da4bbd555903a88b09:/gen/install_dirs diff --git a/gen/install_dirs b/gen/install_dirs index 246caf0c..a5ce77ed 100644 --- a/gen/install_dirs +++ b/gen/install_dirs @@ -32,7 +32,7 @@ while (1) set tmpdir = $dir:h/_$dir:t # Don't clobber this directory if it exists. if (-d $tmpdir) then - continue + break; else mkdir $tmpdir # At some point it may be wise to check the status here and