#!/bin/sh abs_top_srcdir="`cd "@abs_top_srcdir@" > /dev/null; pwd`" abs_top_builddir="`cd "@abs_top_builddir@" > /dev/null; pwd`" GUILE_LOAD_COMPILED_PATH="$abs_top_builddir${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH" GUILE_LOAD_PATH="$abs_top_builddir:$abs_top_srcdir${GUILE_LOAD_PATH:+:}:$GUILE_LOAD_PATH" export GUILE_LOAD_COMPILED_PATH GUILE_LOAD_PATH export GUILE_AUTO_COMPILE=0 PATH="$abs_top_builddir:$PATH" export PATH # Define $NETLINK_UNINSTALLED to prevent 'acpi-listener' from prepending # @moduledir@ to the Guile load paths. NETLINK_UNINSTALLED=1 export NETLINK_UNINSTALLED exec "$@"