Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 855 by [email protected]: operator `==' of test is not portable
http://code.google.com/p/ibus/issues/detail?id=855

What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...): NetBSD-5.0.2
Architecture (i386, x86_64): i386
IBus version: 1.3.1
Input method name and version: N/A
Python version: 2.6.4
dbus version: 1.2.4.6
dbus-python version: 0.83.0
gtk version (if bug is about gtk applications):
qt version (if bug is about qt applications):

What steps will reproduce the problem?
1. `==' operator of `test' command is not porable (few implementatins
support it, like bash, and some ksh variants)
2. In configure.ac of ibus-1.3.1, `==' is used for check PYTHON_CONFIG
3. It result in unexpected behaviour (always failed)

What is the expected output? What do you see instead?

 replace `==' operator of test with '='.

Please provide any additional information below.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

To unsubscribe, reply using "remove me" as the subject.

回复