#! /bin/sh # # (C) Copyright 1992, ..., 2007 the "DOSEMU-Development-Team". # # for details see file COPYING.DOSEMU in the DOSEMU distribution # # the below lines get patched, when a systemwide install is done SYSTEM_BIN_PATH=NOT_SYSTEM_WIDE get_binary() { BINARY=$SYSTEM_BIN_PATH/dosemu.bin if [ -u $BINARY ] ; then # we should not ignore dosemu.conf if suid root IGNORE_DOSEMU_CONF="" fi } # ignore dosemu.conf by default for non-systemwide installations IGNORE_DOSEMU_CONF=""