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