Skip to content

Commit 6d4f407

Browse files
committed
shellcheck
1 parent 321b2dd commit 6d4f407

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

usr/share/usability-misc/build-dist-installer-cli

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,9 @@ sed -i \
7878
"${target}"
7979

8080
echo "$0: INFO: BUILD: SUCCESS"
81+
echo "$0: INFO: Running shellcheck..."
82+
83+
shellcheck "${target}"
84+
85+
echo "$0: INFO: shellcheck: SUCCESS"
86+
echo "$0: INFO: END: OK"

0 commit comments

Comments
 (0)