automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/4] ar-lib: ignore the verbose modifier instead of erroring, ou


From: Peter Rosin
Subject: [PATCH 1/4] ar-lib: ignore the verbose modifier instead of erroring, out
Date: Mon, 30 Jan 2012 12:40:52 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1

>From f836abc0ca62f6b4301546b3c60daab25ab690b6 Mon Sep 17 00:00:00 2001
From: Peter Rosin <address@hidden>
Date: Mon, 30 Jan 2012 10:49:27 +0100
Subject: [PATCH 1/4] ar-lib: ignore the verbose modifier instead of erroring
 out

lib/ar-lib: A number of tests uses the v modifier when listing
the archiver content, ignore it to make them pass.
---
 lib/ar-lib |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/ar-lib b/lib/ar-lib
index 85d028f..2b51126 100755
--- a/lib/ar-lib
+++ b/lib/ar-lib
@@ -2,7 +2,7 @@
 # Wrapper for Microsoft lib.exe
 
 me=ar-lib
-scriptversion=2012-01-04.17; # UTC
+scriptversion=2012-01-30.09; # UTC
 
 # Copyright (C) 2010, 2012 Free Software Foundation, Inc.
 # Written by Peter Rosin <address@hidden>.
@@ -165,6 +165,7 @@ do
     r*) replace=yes ;;
     c*) create=yes  ;;
     u*)             ;; # TODO: don't ignore the update modifier
+    v*)             ;; # TODO: don't ignore the verbose modifier
     *)
       func_error "unknown action specified"
       ;;
-- 
1.7.5.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]