Skip to content

Commit f8911d7

Browse files
committed
ANOTHER-TEST
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a60e0c6 commit f8911d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winsup/cygwin/path.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@ symlink_worker (const char *oldpath, path_conv &win32_newpath, bool isdevice)
23452345
set_errno (src_path.error);
23462346
__leave;
23472347
}
2348-
if (!src_path.isspecial ())
2348+
// let's do this always? if (!src_path.isspecial ())
23492349
{
23502350
/* MSYS copy file instead make symlink */
23512351

0 commit comments

Comments
 (0)