fix in CVS

Tim Riker Tim at Rikers.org
Fri Jun 22 01:18:56 UTC 2001


--- libbb/unarchive.c   2001/06/20 07:48:00     1.1
+++ libbb/unarchive.c   2001/06/22 00:14:20     1.2
@@ -142,7 +142,7 @@
/* Use create_path instead of mkdir incase prefix path
 * hasnt been created */
if (function & extract_create_dirs) {
-  if (create_path(full_name, file_entry->mode) == FALSE) {
+  if (make_directory(full_name, file_entry->mode, FILEUTILS_RECUR) < 0)
{
      return NULL;
   }
}

-- 
Tim Riker - http://rikers.org/ - short SIGs! <g>
All I need to know I could have learned in Kindergarten
... if I'd just been paying attention.





More information about the busybox mailing list