summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2004-08-07 21:46:36 +0000
committerMartin Quinson <mquinson@debian.org>2004-08-07 21:46:36 +0000
commita0adc0cc940b51041702e16669c61bd995ac5400 (patch)
tree767ec9a43a501a11b1bc963ceda4009c3c55ce97
parent63259f5b2ed012c20e7d2cdc6c86d22a84cd691e (diff)
downloadquilt-a0adc0cc940b51041702e16669c61bd995ac5400.tar.gz
Small fix: display the name of the patch which is not applied in the error message [Yasushi SHOJI]
-rw-r--r--quilt/pop.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/pop.in b/quilt/pop.in
index 8ec3144..e382dd4 100644
--- a/quilt/pop.in
+++ b/quilt/pop.in
@@ -146,7 +146,7 @@ if [ -n "$stop_at_patch" ]
then
if ! is_applied $stop_at_patch
then
- printf $"Patch %s is not applied\n" "$(print_patch $2)" >&2
+ printf $"Patch %s is not applied\n" "$(print_patch $stop_at_patch)" >&2
exit 1
fi
fi