mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
ts: adapt err msg for fish 3.1
This commit is contained in:
@@ -33,8 +33,8 @@ if {$tcl_platform(os) eq "SunOS"} {
|
||||
set csh_nf $tcsh_nf
|
||||
set csh_nf_ml $tcsh_nf_ml
|
||||
}
|
||||
set fish_nf "fish: Unknown command '?module"
|
||||
set fish_nf_ml "fish: Unknown command '?ml"
|
||||
set fish_nf "fish: Unknown command:? '?module"
|
||||
set fish_nf_ml "fish: Unknown command:? '?ml"
|
||||
if {$tcl_platform(os) eq "SunOS"} {
|
||||
set sh_nf "module: not found \\\[No such file or directory\\\]"
|
||||
set sh_nf_ml "ml: not found \\\[No such file or directory\\\]"
|
||||
|
||||
Reference in New Issue
Block a user