From 6a2ca011b611b2eabfa0f9a7bd125aeb81fa2c4e Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Tue, 28 May 2002 22:48:17 +0000 Subject: [PATCH] Added the ability to add local configuration to winewrapper. --- tools/winewrapper | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/winewrapper b/tools/winewrapper index 4a44006618c..ef0b3eba797 100755 --- a/tools/winewrapper +++ b/tools/winewrapper @@ -73,6 +73,12 @@ WINESERVER="$topdir/server/wineserver" WINELOADER="$topdir/miscemu/wine" export LD_LIBRARY_PATH WINEDLLPATH WINESERVER WINELOADER +# any local settings ? +if [ -f "$topdir/.winewrapper" ] +then + . $topdir/.winewrapper +fi + # and run the application case "$0" in