ant/apache-ant-1.8.ant.conf
2020-02-14 11:28:59 +08:00

10 lines
138 B
Plaintext

if [ -z "$no_config" ] ; then
no_config=true
fi
if $no_config ; then
rpm_mode=false
else
rpm_mode=true
ANT_HOME=/usr/share/ant
fi