File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
integration/linux/modulefiles Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#%Module1.0###################################################################
22#
3- # Copyright (c) 2020-2023 Intel Corporation
3+ # Copyright (c) 2020-2024 Intel Corporation
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -50,7 +50,7 @@ module-whatis "Dependencies: none"
5050proc ModulesHelp { } {
5151 global modulefilename
5252 global modulefilever
53- module whatis " ${modulefilename}/${modulefilever}"
53+ puts " module whatis ${modulefilename}/${modulefilever}"
5454}
5555
5656##############################################################################
Original file line number Diff line number Diff line change 11#%Module1.0###################################################################
22#
3- # Copyright (c) 2020-2023 Intel Corporation
3+ # Copyright (c) 2020-2024 Intel Corporation
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
@@ -50,7 +50,7 @@ module-whatis "Dependencies: none"
5050proc ModulesHelp { } {
5151 global modulefilename
5252 global modulefilever
53- module whatis " ${modulefilename}/${modulefilever}"
53+ puts " module whatis ${modulefilename}/${modulefilever}"
5454}
5555
5656##############################################################################
You can’t perform that action at this time.
0 commit comments