sudo-project / sudo

Utility to execute a command as another user
https://www.sudo.ws
Other
1.16k stars 208 forks source link

Modify the is_script function for match_command.c #274

Closed bin-ly closed 1 year ago

bin-ly commented 1 year ago

Because the return value of the is_script function is bool type, so change 'debug_return_int(ret)' to 'debug_return_bool(ret)'