#!/bin/sh -efu

case "$0" in
	*/*) exec "$0.${LD_FLAVOUR:-default}" "$@" ;;
	*) exec "/usr/bin/$0.${LD_FLAVOUR:-default}" "$@" ;;
esac
