<div dir="ltr">It looks like coreutils and busybox allow only 2 args with -T. Do we need to diagnose this?<div><br></div><div>touch A B<br>ln -sfT A B L<br>ln: extra operand 'L'<br></div><div><br></div><div>busybox ln -sfT A B L<br>ln: -T accepts 2 args max<br></div><div><br></div><div>toybox ln -sfT A B L</div><div>ls -l L</div><div>lrwxrwxrwx 1 rprichard primarygroup 1 Sep 25 13:38 L -> B<br></div><div><br></div><div>With this patch, ln is overwriting the symlink twice, leaving it pointing at B.</div><div><br></div><div>-Ryan</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 25, 2019 at 1:21 PM Jarno Mäkipää <<a href="mailto:jmakip87@gmail.com">jmakip87@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Added: -T<br>
Replaced: & flag_# with FLAG(#)<br>
<br>
There was feature request on github. Apparently there is some android<br>
scripts with ln -sfT<br>
<br>
<br>
-Jarno<br>
_______________________________________________<br>
Toybox mailing list<br>
<a href="mailto:Toybox@lists.landley.net" target="_blank">Toybox@lists.landley.net</a><br>
<a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net" rel="noreferrer" target="_blank">http://lists.landley.net/listinfo.cgi/toybox-landley.net</a><br>
</blockquote></div>