#!/bin/sh

# Backward compatibility script for woody, since they provide $0-0.9, not $0.

exec "$0"-0.9 "$@"

