summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-06-18 13:05:51 +0200
committertoonn <toonn@toonn.io>2019-06-18 13:26:21 +0200
commit5f29f89a03aa3d3f9e47e87f68d66e416f084556 (patch)
tree30ef9361ecfd7ae576b739fecb140dc394878bf4 /Makefile
parentd2be920ecf16a537026ce4fd79e4d4994964b6c3 (diff)
downloadranger-5f29f89a03aa3d3f9e47e87f68d66e416f084556.tar.gz
Tabs are spaces too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27280abd..87c5ff1b 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ test_py: test_pylint test_flake8 test_doctest test_pytest test_other
 
 test_shellcheck:
 	@echo "Running shellcheck..."
-	sed '2,$$s/^\( *\)#/\1/' ./ranger/data/scope.sh | shellcheck -a -
+	sed '2,$$s/^\(\s*\)#/\1/' ./ranger/data/scope.sh | shellcheck -a -
 
 test_other:
 	@echo "Checking completeness of man page..."