[BusyBox] ar verbose patch!

robotti at metconnect.com robotti at metconnect.com
Mon Sep 11 03:42:40 UTC 2000


This is so 'ar -xv or ar -x -v' will work.

It's for the latest cvs bb.

--- ar.c.orig	Sat Sep  9 15:27:11 2000
+++ ar.c	Mon Sep 11 03:29:34 2000
@@ -295,7 +295,7 @@
 		}
 		if ( (funct & EXT_TO_STDOUT) == EXT_TO_STDOUT)	
 			extractAr(srcFd, fileno(stdout), extractList);	
-		if ( (funct & DISPLAY) == DISPLAY)
+		if ( (funct & DISPLAY) || (funct & VERBOSE))
 			displayEntry(extractList, funct);
 		extractList=extractList->next;
 	}





More information about the busybox mailing list