diff options
author | toonn <toonn@toonn.io> | 2019-06-06 22:03:00 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-06-18 13:26:21 +0200 |
commit | 2f7b54d06ae351171a2f60c916015a1e9f417911 (patch) | |
tree | 5a1e8ee36059d926104fa8b3d42c20de37342844 /Makefile | |
parent | e416bfe7f545745f136c7a01b00c6471627b2bfa (diff) | |
download | ranger-2f7b54d06ae351171a2f60c916015a1e9f417911.tar.gz |
Remove comment in shellcheck rule
The comment was confusing because `make` swallowed the `$`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ede6120f..27280abd 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,6 @@ test_py: test_pylint test_flake8 test_doctest test_pytest test_other test_shellcheck: @echo "Running shellcheck..." - # The $ for the range needs to be escaped because of make. sed '2,$$s/^\( *\)#/\1/' ./ranger/data/scope.sh | shellcheck -a - test_other: |