Skip to content

Commit 11c121a

Browse files
committed
Ignore SC2068 in run which needs to implicitly splat the given command.
1 parent 67309db commit 11c121a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

share/ruby-install/logging.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ function debug()
6060
function run()
6161
{
6262
debug "$*"
63+
64+
# shellcheck disable=SC2068
6365
$@
6466
}
6567

0 commit comments

Comments
 (0)