Skip to content

Commit 5050233

Browse files
committed
Remove debug
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 2ac6469 commit 5050233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SHELLCHECK_ARGS = -o check-unassigned-uppercase --severity=style --external-sour
5353

5454
.PHONY: shellcheck
5555
shellcheck: ## Runs the shellcheck linter.
56-
@set -eux;\
56+
@set -e;\
5757
files=$$(find . -type f -not -iwholename '*/.git/*' -not -iwholename '*/vendor/*' -not -iwholename '*/node_modules/*' -exec bash -c 'file "$$1" | cut -d':' -f2 | grep --quiet shell' _ {} \; -print); \
5858
if [ "$(OUTPUT_FORMAT)" == "github" ]; then \
5959
exit_code=0; \

0 commit comments

Comments
 (0)