Fixed
Details
Details
Assignee
mow@icu-project.org
mow@icu-project.orgReporter
UnicodeBot
UnicodeBotComponents
Priority
Time Needed
Hours
Fix versions
Created June 28, 2018 at 5:17 PM
Updated October 3, 2018 at 10:55 PM
Resolved July 1, 2018 at 8:52 PM
Hi,
when I call "icu-config --version" I get the following result:
This is because during configure-time the shell is changed from native bourne-shell ("sh") [is also used for icu-config|which] to "bash":
but icu-config is executed only in pure "sh". The echo built into "bash" knows "-n", wheres the bourne shell just calls /usr/bin/echo which requires "\c" instead of "-n":
This is all on Solaris 9 Sparc where /usr/bin/sh is not bash.