From 80ebbd76a0e34625489235f41aa934d69e4b11ff Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 12 Jan 2009 17:59:06 +0100 Subject: [PATCH] Improved documentation for source_config(). --- shell/env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/env b/shell/env index 9e94d7b..be55b4e 100644 --- a/shell/env +++ b/shell/env @@ -80,6 +80,8 @@ export LSCOLORS # # Doesn't fit perfectly in this file, but this is the best place to make it # available everywhere. +# +# If DEBUG is set to a non empty value additional debug output is printed. function source_config() { # Path to the file to source and its local counterpart. local source_file=$1/$2/$3.$4 -- 2.44.1