emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64603: closed ()


From: GNU bug Tracking System
Subject: bug#64603: closed ()
Date: Fri, 14 Jul 2023 02:55:03 +0000

Your message dated Thu, 13 Jul 2023 19:54:09 -0700
with message-id <ba54d29f-39c6-0575-9867-cfbd7efabcda@cs.ucla.edu>
and subject line Re: bug#64604: readlink exit booelan value bug
has caused the debbugs.gnu.org bug report #64604,
regarding 
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64604: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64604
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Date: Fri, 14 Jul 2023 09:35:42 +0700
readlink exit value is TRUE as it actually must be FALSE at first
depth dir. with -f or -e option e.g. in /tmp dir:


/tmp$ readlink -f ./KERNEL-linux-6.3.9  && echo SUCCEEDS FIND IT
/tmp/KERNEL-linux-6.3.9
SUCCEEDS FIND IT

but correct at deeper depth:

/tmp$ readlink -f ./KERNEL-linux-6.3.9/fs  && echo SUCCEEDS FIND IT



look it up, no KERNEL-linux-6.3.9 dir.:

/tmp$ ls -Apv
.ICE-unix/                      opera/
.X11-unix/                      ssh-Xbe0jzj/  .xfsm-ICE-1BY671
.org.chromium.IfJAAT/   dbus-QZsDmoWAoc



--- End Message ---
--- Begin Message --- Subject: Re: bug#64604: readlink exit booelan value bug Date: Thu, 13 Jul 2023 19:54:09 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0
On 2023-07-13 19:38, Budi wrote:
/tmp$ readlink -f ./KERNEL-linux-6.3.9  && echo SUCCEEDS FIND IT
/tmp/KERNEL-linux-6.3.9
SUCCEEDS FIND IT

but correct at deeper depth:

/tmp$ readlink -f ./KERNEL-linux-6.3.9/fs  && echo SUCCEEDS FIND IT



look it up, no KERNEL-linux-6.3.9 dir.:

That's not a bug. The documentation for -f says that the last component need not exist. Sounds like you want -e.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]