ts: adapt err msg for fish 3.1

This commit is contained in:
Xavier Delaruelle
2020-02-15 15:13:53 +01:00
parent 514a670906
commit 67ebfc1e9a

View File

@@ -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\\\]"