wineloader: call wineprefixcreate with explicit WINEPREFIX

Andreas Mohr andi at rhlx01.fht-esslingen.de
Fri Jan 7 17:18:07 CST 2005


On Fri, Jan 07, 2005 at 10:46:51PM +0100, Tobias Burnus wrote:
> Hello,
> 
> Crestez Leonard wrote:
> >+if [ -z $WINEPREFIX ]
> >+then
> While my bash accepts this, Tru64 UNIX's POSIX shell does not.
> Please use "$WINEPREFIX" instead.
And while you are at it, you could also replace those [ ] used within that
script by test, since some Solaris (AFAIR) versions don't contain the
[ binary/symlink that is an alternate syntax for an invocation of test.

Andreas Mohr



More information about the wine-devel mailing list