summaryrefslogtreecommitdiffstats
path: root/Tests/BundleGeneratorTest/StartupCommand
blob: 9776772545febbe574bc3bcfc6b421e528ceec42 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

BUNDLE="`echo "$0" | sed -e 's/\/Contents\/MacOS\/.*//'`"
RESOURCES="$BUNDLE/Contents/Resources"

echo "BUNDLE: $BUNDLE"
echo "RESOURCES: $RESOURCES"

export DYLD_LIBRARY_PATH=$RESOURCES/lib

exec "$RESOURCES/bin/Executable"