]> Dogcows Code - chaz/tar/blobdiff - src/create.c
New option --sort=ORDER
[chaz/tar] / src / create.c
index 24920db37b967b99ea803d1418c7cb02141100cd..3455bddc60c74016bcad238e0e416ee1f2ad5895 100644 (file)
@@ -1288,7 +1288,7 @@ get_directory_entries (struct tar_stat_info *st)
   while (! (st->dirstream = fdopendir (st->fd)))
     if (! open_failure_recover (st))
       return 0;
-  return streamsavedir (st->dirstream);
+  return streamsavedir (st->dirstream, savedir_sort_order);
 }
 
 /* Dump the directory ST.  Return true if successful, false (emitting
This page took 0.018015 seconds and 4 git commands to generate.