mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
[fix] search for "exit" more accurately
Currently, any occurence of the "exit" string is considered as a use of the exit shell function. While my solution is still clumsy (we should be using a bash parser), I think it's a bit less clumsy, it triggers less false positives :)
This commit is contained in:
parent
b9bbb7d93c
commit
1cea3c75f8
1 changed files with 2 additions and 2 deletions
Loading…
Reference in a new issue