Admin/polyml/polyml
author wenzelm
Sat, 29 Mar 2014 20:41:50 +0100
changeset 56323 e925118b1875
parent 33833 c38c2a1883e7
child 60983 ff4a67c65084
permissions -rwxr-xr-x
do not absorb vacuous copy operation, e.g. relevant when tooltip has focus but no selection, while the main text area has a selection but no focus;

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