about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-06-06 22:03:00 +0200
committertoonn <toonn@toonn.io>2019-06-18 13:26:21 +0200
commit2f7b54d06ae351171a2f60c916015a1e9f417911 (patch)
tree5a1e8ee36059d926104fa8b3d42c20de37342844
parente416bfe7f545745f136c7a01b00c6471627b2bfa (diff)
downloadranger-2f7b54d06ae351171a2f60c916015a1e9f417911.tar.gz
Remove comment in shellcheck rule
The comment was confusing because `make` swallowed the `$`
-rw-r--r--Makefile1
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: