change code

This commit is contained in:
Marko Oldenburg 2020-01-08 03:56:18 +01:00
parent e8d63495eb
commit bc292b01f4

View File

@ -634,7 +634,7 @@ sub CreateParamGatttool($@) {
sub Gatttool_executeCommand($) {
my $command = join( ' ', @_ );
( $_ = qx{$command 2>&1}, $? >> 8 );
return ( $_ = qx{$command 2>&1}, $? >> 8 );
}
sub ExecGatttool_Run($) {