Subject: Re: pkg/36257 (games/wesnoth has msgfmt problems (plurals) [NetBSD 3.0])
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: pkgsrc-bugs
Date: 05/09/2007 20:25:04
The following reply was made to PR pkg/36257; it has been noted by GNATS.

From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, pkg-manager@netbsd.org,
	gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org, kre@munnari.OZ.AU
Cc: 
Subject: Re: pkg/36257 (games/wesnoth has msgfmt problems (plurals) [NetBSD 3.0])
Date: Wed, 9 May 2007 16:20:59 -0400

 On May 9,  8:10pm, kre@munnari.OZ.AU (Robert Elz) wrote:
 -- Subject: Re: pkg/36257 (games/wesnoth has msgfmt problems (plurals) [NetBS
 
 | The following reply was made to PR pkg/36257; it has been noted by GNATS.
 | 
 | From: Robert Elz <kre@munnari.OZ.AU>
 | To: gnats-bugs@NetBSD.org
 | Cc: 
 | Subject: Re: pkg/36257 (games/wesnoth has msgfmt problems (plurals) [NetBSD 3.0]) 
 | Date: Thu, 10 May 2007 03:07:51 +0700
 | 
 |      Date:        Wed,  9 May 2007 18:55:03 +0000 (UTC)
 |      From:        christos@zoulas.com (Christos Zoulas)
 |      Message-ID:  <20070509185503.7E26263B853@narn.NetBSD.org>
 |  
 |    |  You can always use parentheses:
 |  
 |  They're not immune from problems either.   Consider:
 |  
 |  	test \( = \)
 |  
 |  true or false?   Either answer is possible (and defensible) and I'm
 |  pretty sure both have been given by different implementations.
 
 Sure... By this you mean write:
 
 	test \( $a = $b \)
 
 instead:
 
 	test \( "$a" = "$b" \)
 
 right? I agree though that parentheses can lose if you are not careful.
 
 christos