mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
fix botched merge
This commit is contained in:
parent
29f933adfc
commit
a40d5d4ea6
|
@ -66,7 +66,7 @@ static const struct woption long_options[] = {
|
|||
#define BUILTIN_SET_ERASE_NO_VAR _(L"%ls: Erase needs a variable name\n")
|
||||
#define BUILTIN_SET_ARRAY_BOUNDS_ERR _(L"%ls: Array index out of bounds\n")
|
||||
#define BUILTIN_SET_UVAR_ERR \
|
||||
_(L"%ls: Universal variable '%ls' is shadowed by the global variable of the same name.\n"),
|
||||
_(L"%ls: Universal variable '%ls' is shadowed by the global variable of the same name.\n")
|
||||
|
||||
// Test if the specified variable should be subject to path validation.
|
||||
static const wcstring_list_t path_variables({L"PATH", L"CDPATH"});
|
||||
|
|
Loading…
Reference in New Issue
Block a user