#! /bin/sh

WHAT=`perl -e '$t = shift @ARGV;  $t =~ s/dedbman/dbman/;  print $t;' $0`
DBMAN_LANG=de exec $WHAT ${1+"$@"}
