diff options
author | toonn <toonn@toonn.io> | 2018-10-14 20:52:11 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-06-18 13:26:21 +0200 |
commit | 2c0f1112150af11c1ece2ac889ddf12d643fff04 (patch) | |
tree | 2fcc5fcfa083d4e6b50a270c1955988db0d40a65 /Makefile | |
parent | 88b4d3747072db6e39fb44fff6055ba842b3203f (diff) | |
download | ranger-2c0f1112150af11c1ece2ac889ddf12d643fff04.tar.gz |
Document ## convention and $$ sed range
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 0c2dbe46..4daf0b46 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,7 @@ 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: |