Skip to content
Snippets Groups Projects
Commit 92ed9237 authored by sveseli's avatar sveseli
Browse files

update setup

parent 0c1677aa
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,12 @@ if [ -z $DM_SUPPORT_DIR ]; then
fi
if [ ! -d $DM_SUPPORT_DIR ]; then
echo "ERROR: $DM_SUPPORT_DIR directory does not exist. Developers should point DM_SUPPORT_DIR to the desired area."
unset DM_SUPPORT
return 1
else
export DM_GLASSFISH_DIR=$DM_SUPPORT_DIR/glassfish/$DM_HOST_ARCH
fi
export DM_HOST_ARCH=`uname | tr [A-Z] [a-z]`-`uname -m`
# Add to path only if directory exists.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment