diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:30:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:30:01 +0300 |
commit | eb37cacbf22ebaa1e525016953b8b52c65747693 (patch) | |
tree | 0aeed5edb94b1282819aaecc0755ba0e6f13d54d | |
parent | 2238836da78e1d5668cc5dd57aa3d7a7a04f18c5 (diff) | |
download | repository-eb37cacbf22ebaa1e525016953b8b52c65747693.tar.gz |
shellcheck-bin: use clinst
-rwxr-xr-x | extra/shellcheck-bin/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/shellcheck-bin/build b/extra/shellcheck-bin/build index 3a6a4684..4bdd755a 100755 --- a/extra/shellcheck-bin/build +++ b/extra/shellcheck-bin/build @@ -1,3 +1,3 @@ #!/bin/sh -e -install -Dm755 shellcheck "$1/usr/bin/shellcheck" +clinst-Dm755 shellcheck "$1/usr/bin/shellcheck" |