@ -30,7 +30,10 @@ my $HELP_MSG = "wino v $VERSION\n\tusage: wino --list | <prefix> [options] [comm
my $winecmd = 'wine';
if (`uname -i` eq 'x86_64') { $winecmd = 'wine32'; }
my $uname = `uname -i`;
chomp $uname;
if ($uname eq "x86_64") { $winecmd = 'wine32'; }
foreach (@ARGV)
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.