Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
#106 fixed the chmod task to apply to all files beneath scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Holzer committed Nov 15, 2016
1 parent 15aaeab commit 315d00a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion oasp4j-ide-oomph-setups/com.github.products.oasp4j.setup
Original file line number Diff line number Diff line change
Expand Up @@ -735,12 +735,14 @@
successor="update.workspaces"
directory="${installation.root}"
command="chmod">
<argument>--recursive</argument>
<argument>--changes</argument>
<argument>+x</argument>
<argument>update-all-workspaces</argument>
<argument>create-or-update-workspace</argument>
<argument>env.sh</argument>
<argument>variables</argument>
<argument>scripts/*</argument>
<argument>scripts</argument>
</setupTask>
<setupTask
xsi:type="com.github.maybeec.oomph.task_2:cliTask"
Expand Down

0 comments on commit 315d00a

Please sign in to comment.