Skip to content

Commit

Permalink
fixup! Warn user if sourcing other tags than deprecated-rhel7 on RHEL…
Browse files Browse the repository at this point in the history
…7 from csh
  • Loading branch information
HakonSohoel committed Nov 12, 2024
1 parent 72b576b commit 5670da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komodo/data/activator_switch.csh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if ( `uname -r` =~ *el7* ) then
endif
setenv KOMODO_RELEASE $KOMODO_RELEASE_REAL
else
echo -e "{{ migration_warning }}"
echo "{{ migration_warning }}"
endif
else if ( `uname -r` =~ *el8* ) then
setenv KOMODO_ROOT {{ prefix }}
Expand Down

0 comments on commit 5670da9

Please sign in to comment.