Admin/polyml/polyml
author wenzelm
Mon, 28 Jan 2013 14:33:19 +0100
changeset 51066 7fc61bfb1c2d
parent 33833 c38c2a1883e7
child 60983 ff4a67c65084
permissions -rwxr-xr-x
updated to polyml-5.5.0-3 based on fixes-5.5 version 1658, which provides important improvements;

#!/usr/bin/env bash
#
# Minimal Poly/ML startup script

THIS="$(cd "$(dirname "$0")"; pwd)"

export LD_LIBRARY_PATH="$THIS:$LD_LIBRARY_PATH"
export DYLD_LIBRARY_PATH="$THIS:$DYLD_LIBRARY_PATH"

exec "$THIS/poly" "$@"