From 399a150e70416f18c76f8ffcfda5aa844c6d4fb7 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 27 Oct 2020 09:30:00 +0100 Subject: [PATCH] minor changes in comments --- Pmodules/modulecmd.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 9b83b97..09ea00f 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -5,7 +5,7 @@ # we have to unset CDPATH, otherwise 'cd' prints the directoy! unset CDPATH -# used for some output only +# used in some output messages only declare -r CMD='module' declare -r mydir=$(cd $(dirname "$0") && pwd)