diff options
author | toonn <toonn@toonn.io> | 2019-06-18 13:05:51 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-06-18 13:26:21 +0200 |
commit | 5f29f89a03aa3d3f9e47e87f68d66e416f084556 (patch) | |
tree | 30ef9361ecfd7ae576b739fecb140dc394878bf4 /Makefile | |
parent | d2be920ecf16a537026ce4fd79e4d4994964b6c3 (diff) | |
download | ranger-5f29f89a03aa3d3f9e47e87f68d66e416f084556.tar.gz |
Tabs are spaces too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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..." |