[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [patch] wrong argument number
From: |
Yasushi SHOJI |
Subject: |
[Quilt-dev] [patch] wrong argument number |
Date: |
Sun, 08 Aug 2004 06:00:58 +0900 |
User-agent: |
User-Agent: Wanderlust/2.10.1 |
hi,
while working on Japanese translation, I found a small bug. while you
try to pop non-applied patch, the patch name is not printed.
trivial patch against current cvs attached.
# btw thank you for giving me an opportunity, Martin. I'm working on
# it in my spare time, so it might take a while.
--
yashi
Index: pop.in
===================================================================
RCS file: /cvsroot/quilt/quilt/quilt/pop.in,v
retrieving revision 1.23
diff -u -r1.23 pop.in
--- pop.in 12 Jul 2004 00:07:04 -0000 1.23
+++ pop.in 7 Aug 2004 20:53:06 -0000
@@ -146,7 +146,7 @@
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 $1)" >&2
exit 1
fi
fi
- [Quilt-dev] [patch] wrong argument number,
Yasushi SHOJI <=