forked from I2P_Developers/i2p.i2p
Enclose the tr parameters in quotes.
Without quotes will work in most shells but in some configurations it will fail.
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
<!-- \n in an attribute value generates an invalid manifest -->
|
||||
<exec executable="tr" inputstring="${workspace.changes.jbigi}" outputproperty="workspace.changes.jbigi.tr" errorproperty="mtn.error2" failifexecutionfails="false" >
|
||||
<arg value="-s" />
|
||||
<arg value="[:space:]" />
|
||||
<arg value=""[:space:]"" />
|
||||
<arg value="," />
|
||||
</exec>
|
||||
</target>
|
||||
@@ -462,7 +462,7 @@
|
||||
</exec>
|
||||
<exec executable="tr" inputstring="${build.temp}" outputproperty="build.temp.tr" failonerror="true">
|
||||
<arg value="-d" />
|
||||
<arg value="[:space:]"/>
|
||||
<arg value=""[:space:]""/>
|
||||
</exec>
|
||||
<exec executable="cut" inputstring="${build.temp.tr}" outputproperty="build.number" failonerror="true" >
|
||||
<arg value="-f1" />
|
||||
|
Reference in New Issue
Block a user