#!/bin/sh
BASE="/usr/lib/photomatix"
export LD_LIBRARY_PATH="$BASE":$LD_LIBRARY_PATH
exec "$0-bin" "$@"
