]> andersk Git - moira.git/blobdiff - gen/install_dirs
Don't try to do a get_user_account_by_login with a username longer than 8
[moira.git] / gen / install_dirs
index 246caf0c1c49ff44e623579b49314bc15897e06a..a5ce77edbb87bb33732011c32c665e693c50636c 100644 (file)
@@ -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 
This page took 0.029983 seconds and 4 git commands to generate.