You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When replacing a symbolic link with its source, got "ERROR: SOURCE and TARGET are the same file"
$ stat -c '%N' ./a ./b
'./a'
'./b' -> 'a'
$ mv++ ./a ./b
INFO: using readlink because relarive path '..' or '.' found
ERROR: SOURCE and TARGET are the same file
( exit status 1 )
The text was updated successfully, but these errors were encountered:
When replacing a symbolic link with its source, got "ERROR: SOURCE and TARGET are the same file"
The text was updated successfully, but these errors were encountered: