diff options
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 4fdc6f1c6..d2c88c4bc 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -15889,7 +15889,7 @@ static void setvar_if_unset(const char *key, const char *value) | |||
15889 | /* | 15889 | /* |
15890 | * Detect if the environment contains certain mixed-case names: | 15890 | * Detect if the environment contains certain mixed-case names: |
15891 | * | 15891 | * |
15892 | * Home is present in a standard Windows environment | 15892 | * Path is present in a standard Windows environment |
15893 | * ComSpec is present in WINE | 15893 | * ComSpec is present in WINE |
15894 | * ProgramData is present in Cygwin/MSYS2 | 15894 | * ProgramData is present in Cygwin/MSYS2 |
15895 | */ | 15895 | */ |