Skip to content

Commit

Permalink
restore correct syntax for fish command substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Dec 6, 2024
1 parent 33775dc commit 8ef745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/lmod/fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set EESSI_CVMFS_REPO (set -q EESSI_CVMFS_REPO; and echo "$EESSI_CVMFS_REPO"; or
set EESSI_VERSION (set -q EESSI_VERSION; and echo "$EESSI_VERSION"; or echo "2023.06")
# Path to top-level module tree
set -x MODULEPATH MODULEPATH="$EESSI_CVMFS_REPO/versions/$EESSI_VERSION/init/modules"
. "$EESSI_CVMFS_REPO/versions/$EESSI_VERSION/compat/linux/$(uname -m)/usr/share/Lmod/init/fish"
. "$EESSI_CVMFS_REPO/versions/$EESSI_VERSION/compat/linux/(uname -m)/usr/share/Lmod/init/fish"

if test -z "$__Init_Default_Modules"
export __Init_Default_Modules=1;
Expand Down

0 comments on commit 8ef745d

Please sign in to comment.