Skip to content

Commit

Permalink
fix shebang (after install) for nag
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and slusarz committed Jul 10, 2014
1 parent af012b7 commit 459eeab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nag/package.xml
Expand Up @@ -53,7 +53,9 @@
<file name="nag-create-missing-add-histories-sql" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
<file name="nag-import-openxchange" role="script" />
<file name="nag-import-openxchange" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
<file name="nag-import-vtodos" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
Expand Down

0 comments on commit 459eeab

Please sign in to comment.