summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)