#!/bin/sh -efu

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