diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 0cb35bd4..3479bb2d 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,8 @@ test_py: test_pylint test_flake8 test_doctest test_pytest test_other test_shellcheck: @echo "$(bold)Running shellcheck...$(normal)" - sed '2,$$s/^\(\s*\)#/\1/' ./ranger/data/scope.sh | shellcheck -a - + sed '2,$$s/^\([[:blank:]]*\)#/\1/' ./ranger/data/scope.sh \ + | shellcheck -a - @echo test_other: |