[git commit master] ar: heh, there *was* "-1" already...

Denys Vlasenko vda.linux at googlemail.com
Mon Jan 4 13:32:31 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=4928f3b90b3925e6f3cc234df48e46f88fc5689b
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 archival/ar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/archival/ar.c b/archival/ar.c
index 4f21bf8..fd7f8e4 100644
--- a/archival/ar.c
+++ b/archival/ar.c
@@ -49,7 +49,7 @@ int ar_main(int argc UNUSED_PARAM, char **argv)
 	archive_handle = init_handle();
 
 	/* Prepend '-' to the first argument if required */
-	opt_complementary = "--:-1:p:t:x:-1:p--tx:t--px:x--pt";
+	opt_complementary = "--:p:t:x:-1:p--tx:t--px:x--pt";
 	opt = getopt32(argv, "ptxovcr");
 	argv += optind;
 
-- 
1.6.3.3



More information about the busybox-cvs mailing list