Sha256: 9360a9fffd0b95ac77668fd5364991cc1f85808966ce137f2957346983f3fa60

Contents?: true

Size: 227 Bytes

Versions: 1

Compression:

Stored size: 227 Bytes

Contents

#!/bin/bash
APPPATH="${0%/*}"
unset DYLD_LIBRARY_PATH
cd "$APPPATH"
echo "[Pango]" > pangorc
echo "ModuleFiles=$APPPATH/pango.modules" >> pangorc
DYLD_LIBRARY_PATH="$APPPATH" PANGO_RC_FILE="$APPPATH/pangorc" ./#{NAME}-bin "$@"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-3.0.1 platform/mac/shoes-launch