diff options
author | Érico Rolim <erico.erc@gmail.com> | 2021-02-11 11:23:11 -0300 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-02-12 16:31:25 +0100 |
commit | 92c032b2c3207eb6934b31f2c79f7215e7bb3769 (patch) | |
tree | ec454ead2712d154f347f238b71b3bfab044d3bc | |
parent | 0fb2d8573b87c1c5028f673683df0031d9a70457 (diff) | |
download | xtools-92c032b2c3207eb6934b31f2c79f7215e7bb3769.tar.gz xtools-92c032b2c3207eb6934b31f2c79f7215e7bb3769.tar.xz xtools-92c032b2c3207eb6934b31f2c79f7215e7bb3769.zip |
xlint: allow make_check variable.
See https://github.com/void-linux/void-packages/commit/2a748e7e6d9727a7e921d6b9a163e0eb17be98b9 Closes: #205 [via git-merge-pr]
-rwxr-xr-x | xlint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlint b/xlint index 27e7f66..2ba4bd8 100755 --- a/xlint +++ b/xlint @@ -197,6 +197,7 @@ license maintainer make_build_args make_build_target +make_check make_check_args make_check_target make_cmd |