summaryrefslogtreecommitdiff
path: root/math/wingz3/files/Wingz3
blob: 9f6f7d7505b9842fe642032fc270a3fe7f39dc5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

# The following combines the effects of ${WINGZ3}/bin/WingzPro
# and the ${WINGZ3}/bin/wzenv (yes, it does set the LD_RUN_PATH,
# while exporting the SHLIB_PATH).
WINGZ3=_X11BASE_/Wingz3
WZUSER="IISC"
WZCOMPANY="IISC"
WZPLATFORM=LINUX
LD_RUN_PATH=$WINGZ3/lib/$WZPLATFORM:$LD_RUN_PATH
WZBSDECHO=TRUE

export WINGZ3 WZCOMPANY WZUSER WZPLATFORM SHLIB_PATH WZBSDECHO

# Invoke the binary directly:
exec ${WINGZ3}/bin/LINUX/WingzPro "$@"