Make wino work in 64-bit OR 32-bit
This commit is contained in:
parent
eea3741ccb
commit
8d37e2f565
4
wino
4
wino
|
@ -28,7 +28,9 @@ my $HELP_MSG = "wino v $VERSION\n\tusage: wino --list | <prefix> [options] [comm
|
||||||
"--regedit\t\tRun regedit for the container\n";
|
"--regedit\t\tRun regedit for the container\n";
|
||||||
|
|
||||||
|
|
||||||
my $winecmd = 'wine32';
|
my $winecmd = 'wine';
|
||||||
|
|
||||||
|
if (`uname -i` eq 'x86_64') { $winecmd = 'wine32'; }
|
||||||
|
|
||||||
foreach (@ARGV)
|
foreach (@ARGV)
|
||||||
{
|
{
|
||||||
|
|
Reference in New Issue
Block a user