Admin/polyml/polyml
author huffman
Tue, 09 Oct 2012 17:33:46 +0200
changeset 49759 ecf1d5d87e5e
parent 33833 c38c2a1883e7
child 60983 ff4a67c65084
permissions -rwxr-xr-x
removed support for set constant definitions in HOLCF {cpo,pcpo,domain}def commands; removed '(open)', '(set_name)' and '(open set_name)' options

#!/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" "$@"