summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:29:17 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:29:17 +0000
commit07627e2a5d17e3ebce946d4b46409086a8e9a986 (patch)
treebe300375165d86c3e48ff61e7295844f8eb65355
parent4819c9d84825b2e7899019f669fe61d82c74fec8 (diff)
downloadquilt-07627e2a5d17e3ebce946d4b46409086a8e9a986.tar.gz
Cut'n'paste bug
-rw-r--r--quilt/push.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/push.in b/quilt/push.in
index 9fe94a1..9fd95f4 100644
--- a/quilt/push.in
+++ b/quilt/push.in
@@ -145,7 +145,7 @@ fi
[ -n "$opt_verbose" ] &&
apatch_options="$apatch_options -v"
[ -n "$opt_leave_rejects" ] &&
- apatch_options="="$apatch_options --leave-rejects"
+ apatch_options="$apatch_options --leave-rejects"
if [ -n "$stop_at_patch" ]
then