coreutils/src/ln
Shinichiro Hamaji 47acbb0e82 ln: Use basename when target directory is specfied
The following should work, but without this patch, it tries
to create the link as x/y and it fails with EEXIST.

$ mkdir -p x/y
$ ln -s -t . x/y
2017-04-01 23:22:14 +09:00
..
Cargo.toml impl: use coreopts for brevity and consistent UX 2016-08-20 10:07:24 -04:00
ln.rs ln: Use basename when target directory is specfied 2017-04-01 23:22:14 +09:00
main.rs Refactor and simplify build for utilities. 2015-12-07 21:56:45 -05:00