summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2008-11-02 17:05:47 +0000
committerAndreas Gruenbacher <agruen@suse.de>2008-11-02 17:05:47 +0000
commit6afb9a8acc67e46daa6485161a53e217ce399b5a (patch)
treec92fce1a4eb2750de9b1fc971324fb7f550b17ec
parentf86214601bfff67a9b6e78bd55eca0cadb3518c2 (diff)
downloadquilt-6afb9a8acc67e46daa6485161a53e217ce399b5a.tar.gz
- push command: Remove leftovers of the former interactive-option.
(From Wolfram Sang <w.sang@pengutronix.de>.)
-rw-r--r--quilt.changes6
-rw-r--r--quilt/push.in5
2 files changed, 7 insertions, 4 deletions
diff --git a/quilt.changes b/quilt.changes
index a5de7ea..e56f759 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Sun Nov 2 18:05:14 CET 2008 - agruen@suse.de
+
+- push command: Remove leftovers of the former interactive-option.
+ (From Wolfram Sang <w.sang@pengutronix.de>.)
+
+-------------------------------------------------------------------
Sun Nov 2 18:01:23 CET 2008 - agruen@suse.de
- mail command: don't word boundaries in awk; it's a GNU awk
diff --git a/quilt/push.in b/quilt/push.in
index 1ac1c3a..36e4664 100644
--- a/quilt/push.in
+++ b/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)