cpio applet, and changes to associated code
[oweals/busybox.git] / ar.c
diff --git a/ar.c b/ar.c
index fd98d86f547906d382d69dd66f2bd9c098ce8bcc..09a4a88948bfeb011fffaff85fcde4dc81d040f7 100644 (file)
--- a/ar.c
+++ b/ar.c
@@ -34,7 +34,7 @@ extern int ar_main(int argc, char **argv)
        FILE *src_stream = NULL;
        char **extract_names = NULL;
        char ar_magic[8];
-       int extract_function = 0;
+       int extract_function =  extract_unconditional;
        int opt;
        int num_of_entries = 0;
        extern off_t archive_offset;