small typo fixes and fix of ADempiere name.
This commit is contained in:
parent
f293e15d50
commit
75eaad16b9
|
@ -1,5 +1,4 @@
|
|||
@Title Build Adempiere Installer
|
||||
@Rem $Header: /cvsroot/adempiere/install/RUN_build.bat,v 1.6 2005/09/13 04:27:12 jjanke Exp $
|
||||
@Title Build ADempiere Installer
|
||||
@Echo off
|
||||
|
||||
@CALL ..\utils_dev\myDevEnv.bat
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
|
||||
SAVED_DIR=`pwd` #save current dir
|
||||
cd `dirname $0`/../utils_dev #change dir to place where script resides - doesn not work with sym links
|
||||
UTILS_DEV=`pwd` #this is adempiere source
|
||||
cd `dirname $0`/../utils_dev #change dir to place where script resides - doesn't work with sym links
|
||||
UTILS_DEV=`pwd` #this is ADempiere source
|
||||
cd $SAVED_DIR #back to the saved directory
|
||||
|
||||
. $UTILS_DEV/myDevEnv.sh #call environment
|
||||
./$UTILS_DEV/myDevEnv.sh #call environment
|
||||
echo done
|
||||
if [ ! $ADEMPIERE_ENV==Y ] ; then
|
||||
echo "Can't set developemeent environemnt - check myDevEnv.sh"
|
||||
echo "Can't set development environment - check myDevEnv.sh"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue