diff options
author | Carlos Alexandro Becker <caarlos0@gmail.com> | 2012-11-21 15:35:28 -0200 |
---|---|---|
committer | Carlos Alexandro Becker <caarlos0@gmail.com> | 2012-11-21 15:35:28 -0200 |
commit | 50e538aeb5cc2ac9388390fd03c2189635f17b57 (patch) | |
tree | 94a32d36e2df03217b8849e9ea6b4b75d3a433ad | |
parent | 72974ce409277c52eb30461e48f0755916a49f05 (diff) | |
download | zsh-50e538aeb5cc2ac9388390fd03c2189635f17b57.tar.gz zsh-50e538aeb5cc2ac9388390fd03c2189635f17b57.tar.bz2 zsh-50e538aeb5cc2ac9388390fd03c2189635f17b57.zip |
oops
-rw-r--r-- | custom/totvs.zsh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/custom/totvs.zsh b/custom/totvs.zsh index 9ef5fd641..e9924c147 100644 --- a/custom/totvs.zsh +++ b/custom/totvs.zsh @@ -36,7 +36,7 @@ ecmbuild() { cd $VOLDEMORT/wcm && mvncie cd $ECM/ecm/wecmpackage && mvncie cd $VOLDEMORT/ecm && mvncie - if [[ $INSTALLER -eq 'n' ]]; then + if [[ $INSTALLER -eq 'y' ]]; then cd $VOLDEMORT/ecm/installer mvnci -am -Drun=installer -DLinux64=true -DappServer=jboss else @@ -68,7 +68,8 @@ goecm() { echo "serious business here. let's have a coffee.." ecmstop ecmclean - ecmbuild && ecmup && ecmstart + ecmup + ecmbuild && ecmstart } |