tag 530150 patch
thanks

On Friday 29 May 2009 05:16:25 Mark Brown wrote:
> On Thu, May 28, 2009 at 04:41:13PM -0500, Raphael Geissert wrote:
> > d) and it is easier and faster to fix it than to reply to the bug report
> > :)
>
> If this is the case please submit patches.

Please refer to the attached patch. As for the bug script, it should be 
changed to bash.

By the way, you should probably add a README.source file to your package, I 
had a hard time to understand the debian/*.patch layout + changes in .diff.gz

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
--- ypserv-2.19/scripts/match_printcap.in.orig	2009-07-05 14:19:14.000000000 -0500
+++ ypserv-2.19/scripts/match_printcap.in	2009-07-05 14:19:32.000000000 -0500
@@ -29,6 +29,6 @@
 
 n=1
 while ypmatch "${key}${delim}${n}" printcap 2>/dev/null; do
-    n=$[$n + 1]
+    n=$(($n + 1))
 done \
 | sed "s/^.*${delim}[0-9]*|//"

Reply via email to