Community
Participate
Working Groups
export LD_LIBRARY_PATH
#
# Bug 175696
# Bug 175696, 201989
# Make sure TEMP dir is set
if [ x$TEMP == x ]; then
if [[ -n $TEMP ]]; then
if [[ -d $TEMP ]]; then
echo
else
export TEMP=/tmp
fi
# Show the version number
ACServer -v