mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
02.07.2007 c9d828643471890c2812f7d959a98ea8cb135fb8
opends/src/quicksetup/org/opends/quicksetup/util/ZipExtractor.java
@@ -283,7 +283,8 @@
    {
      perm = "755";
    } else if (path.endsWith(Utils.getUnixSetupFileName()) ||
            path.endsWith(Utils.getUnixUninstallFileName()))
            path.endsWith(Utils.getUnixUninstallFileName()) ||
            path.endsWith(Utils.getUnixUpgradeFileName()))
    {
      perm = "755";
    } else