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

al_xipe
17.35.2006 d254357ad6e0ba86e65d926eb01092099ed9d253
fix for issue 812

chmod the shell scripts in the bin directory to be able to execute them
1 files modified
5 ■■■■■ changed files
opends/tests/integration-tests-testng/build.xml 5 ●●●●● patch | view | raw | blame | history
opends/tests/integration-tests-testng/build.xml
@@ -299,6 +299,11 @@
        <include name="*.zip"/>
      </fileset>
    </unzip>
    <chmod perm="755">
      <fileset dir="${full.install.dir}/bin">
        <include name="*.sh"/>
      </fileset>
    </chmod>
  </target>
  <target name="uninstall"