#!/bin/sh

export LD_LIBRARY_PATH=@@libdir_dbg@@${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}

exec "$@"
