mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Closes: https://bugs.gentoo.org/880509 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/43448 Closes: https://github.com/gentoo/gentoo/pull/43448 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
294 B
Diff
14 lines
294 B
Diff
https://bugs.gentoo.org/880509
|
|
|
|
--- a/src/aux.c
|
|
+++ b/src/aux.c
|
|
@@ -292,7 +292,7 @@ lutime_symlink(const char *filename, const struct utimbuf *times)
|
|
{times->modtime, 0}
|
|
};
|
|
|
|
- if(!(cwd = scwd(cwd)) ||
|
|
+ if(!(cwd = scwd()) ||
|
|
chdir(dirname(new_str(filename))) < 0)
|
|
goto error;
|
|
|