5 top_srcdir
="$(dirname "$0")"
7 # To avoid using «readlink -f» or «realpath» we just change into the
8 # desired directory and work from there.
13 # Set up the environment, to use local perl modules and data files.
14 export PERL
="${PERL:-perl}"
15 export PERL5LIB
="$cwd/scripts:$cwd/dselect/methods"
16 export DPKG_DATADIR
="$cwd/data"
21 exec "$PERL" "$cwd/$script" "$@"