From 99d979677b787acba35ac8f970d4f97ec630bc60 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 10 Nov 2021 18:04:05 +0100 Subject: [PATCH] modulecmd.bash: case statement added by accident removed --- 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 dc20928..e79fbef 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -2,7 +2,7 @@ # PATH='/bin:/usr/bin' -case + unset CDPATH # unset CDPATH, otherwise 'cd' prints the directoy! unset IFS # use default IFS