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 /ranger | |
parent | 88b4d3747072db6e39fb44fff6055ba842b3203f (diff) | |
download | ranger-2c0f1112150af11c1ece2ac889ddf12d643fff04.tar.gz |
Document ## convention and $$ sed range
Diffstat (limited to 'ranger')
-rwxr-xr-x | ranger/data/scope.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 6ff5e3c3..6217af70 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -11,6 +11,10 @@ IFS=$'\n' ## This script is considered a configuration file and must be updated manually. ## It will be left untouched if you upgrade ranger. +## Because of some automated testing we do on the script #'s for comments need +## to be doubled up. Code that is commented out, because it's an alternative for +## example, gets only one #. + ## Meanings of exit codes: ## code | meaning | action of ranger ## -----+------------+------------------------------------------- |