aboutsummaryrefslogtreecommitdiff
path: root/extra/shellcheck-bin
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 00:30:01 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 00:30:01 +0300
commiteb37cacbf22ebaa1e525016953b8b52c65747693 (patch)
tree0aeed5edb94b1282819aaecc0755ba0e6f13d54d /extra/shellcheck-bin
parent2238836da78e1d5668cc5dd57aa3d7a7a04f18c5 (diff)
downloadrepository-eb37cacbf22ebaa1e525016953b8b52c65747693.tar.gz
shellcheck-bin: use clinst
Diffstat (limited to 'extra/shellcheck-bin')
-rwxr-xr-xextra/shellcheck-bin/build2
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"