Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]>
---
 quilt/push.in |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Index: quilt/quilt/push.in
===================================================================
--- quilt.orig/quilt/push.in
+++ quilt/quilt/push.in
@@ -268,7 +268,7 @@ list_patches()
        fi
 }
 
-options=`getopt -o fqvah --long leave-rejects,interactive,color:: -- "$@"`
+options=`getopt -o fqvah --long leave-rejects,color:: -- "$@"`
 
 if [ $? -ne 0 ]
 then
@@ -297,9 +297,6 @@ do
        --leave-rejects)
                opt_leave_rejects=1
                shift ;;
-       --interactive)
-               opt_interactive=1
-               shift ;;
        --color)
                case "$2" in
                "" | always)



_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to