commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. v2.0-22-gb36ba18


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. v2.0-22-gb36ba18
Date: Sat, 24 Jul 2021 14:30:13 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  b36ba1847966e296457df9802aaf1fd4ba655d74 (commit)
      from  3dcdf66cd654154adc2786e2ce77cba6234f5c66 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=b36ba1847966e296457df9802aaf1fd4ba655d74


commit b36ba1847966e296457df9802aaf1fd4ba655d74
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 20:28:04 2021 +0200

    Really try to fix gnulib fts usage.
    
    * libls/ls.c (ls_main): Use FTS_NOCHDIR.

diff --git a/libls/ls.c b/libls/ls.c
index bdd7866..ee779c3 100644
--- a/libls/ls.c
+++ b/libls/ls.c
@@ -153,7 +153,7 @@ ls_main (int argc, char **argv)
 
   optind = 1;  /* Reset for reentrant scanning.  */
 
-  fts_options = FTS_PHYSICAL;
+  fts_options = FTS_PHYSICAL | FTS_NOCHDIR;
   while ((ch = getopt (argc, argv, "1ACFLRSTWacdfgiklmnopqrstux")) != -1)
     {
       switch (ch)

-----------------------------------------------------------------------

Summary of changes:
 libls/ls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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