* utilunix.c (canonicalize_pathname): Don't handle PATH_SEP
after backslash in a special way.
Этот коммит содержится в:
родитель
f0d3781bfb
Коммит
d1b3fc6002
@ -1,3 +1,8 @@
|
|||||||
|
2001-07-13 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* utilunix.c (canonicalize_pathname): Don't handle PATH_SEP
|
||||||
|
after backslash in a special way.
|
||||||
|
|
||||||
2001-07-12 Pavel Roskin <proski@gnu.org>
|
2001-07-12 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* subshell.c (init_subshell): Run "set echo_style=both" at
|
* subshell.c (init_subshell): Run "set echo_style=both" at
|
||||||
|
@ -637,10 +637,6 @@ char *canonicalize_pathname (char *path)
|
|||||||
i = start + 1;
|
i = start + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Handle backquoted `/'. */
|
|
||||||
if (start > 0 && path[start - 1] == '\\')
|
|
||||||
continue;
|
|
||||||
|
|
||||||
/* Check for trailing `/'. */
|
/* Check for trailing `/'. */
|
||||||
if (start && !path[i]) {
|
if (start && !path[i]) {
|
||||||
zero_last:
|
zero_last:
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user