pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43187 (icu-config --version under solaris prints -n 4.2.1)



On Wed, 4 Apr 2012, Ryo ONODERA wrote:

Subject: Re: pkg/43187 (icu-config --version under solaris prints -n 4.2.1)
Date: Thu, 05 Apr 2012 06:16:31 +0900 (JST)

I have attached wrong diff. sorry.
This is corrent one.
yes, it works.

$NetBSD$

--- config/icu-config-bottom.orig       2011-07-19 21:16:46.000000000 +0000
+++ config/icu-config-bottom
@@ -352,11 +352,11 @@ do
            ;;

        --version)
-        echo $ECHO_N $VERSION
+        printf "%s" $VERSION
         ;;

     --unicode-version)
-        echo $ECHO_N $UNICODE_VERSION
+        printf "%s" $UNICODE_VERSION
         ;;

        --help)






Home | Main Index | Thread Index | Old Index