[Wine] Uninstall Windows Apps?

Martin Gregorie martin at gregorie.org
Sun Jul 3 15:25:24 CDT 2011


On Sun, 2011-07-03 at 04:59 -0500, crom.osec wrote:
> echo WINEPREFIX
> WINEPREFIX
>
> So it seems that wine prefix is not set.
> 
You can't tell anything from that: "echo blah" does what it says on the
tin and outputs 'blah'. The correct command is 

	echo $WINEPREFIX

IOW you must prefix the name of a shell variable with '$' if you want to
see what's in it.


Martin





More information about the wine-users mailing list