mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
don't require that ant be run before install
This commit is contained in:
parent
1c6e97e164
commit
f876c49cd6
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ esac
|
|||
[ -e local.properties ] || ../scripts/setup_local_props.sh
|
||||
|
||||
# If this fails, the "set -e" above means we won't try to install anything
|
||||
ant $CMDS
|
||||
[ -n "$CMDS" ] && ant $CMDS
|
||||
|
||||
if [ -n "$UNINSTALL" ]; then
|
||||
uninstall
|
||||
|
|
Loading…
Reference in a new issue