mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-09 04:30:30 +02:00
Merge branch '145-modulecmd-bash-remove-case-statement-added-by-accident' into 'master'
Resolve "modulecmd.bash: remove case statement added by accident" Closes #145 See merge request Pmodules/src!116
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PATH='/bin:/usr/bin'
|
PATH='/bin:/usr/bin'
|
||||||
case
|
|
||||||
unset CDPATH # unset CDPATH, otherwise 'cd' prints the directoy!
|
unset CDPATH # unset CDPATH, otherwise 'cd' prints the directoy!
|
||||||
unset IFS # use default IFS
|
unset IFS # use default IFS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user