Skip to content

Commit

Permalink
Fixed build problems on paths with space.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Jul 10, 2013
1 parent 71ea339 commit e1f2d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -41,7 +41,7 @@
<attribute name="target"/>
<sequential>
<exec executable="/bin/rm" failonerror="true">
<arg line="-rf ${basedir}/@{target}"/>
<arg line="-rf '${basedir}/@{target}'"/>
</exec>
</sequential>
</macrodef>
Expand Down

0 comments on commit e1f2d29

Please sign in to comment.