<< Back to previous view

[QB-725] QuickBuild startup script reports "bad string" on Solaris9 Sparc32
Created: 04/Nov/10  Updated: 12/Nov/10

Status: Resolved
Project: QuickBuild
Component/s: None
Affects Version/s: 3.0.17
Fix Version/s: 3.0.18

Type: Bug Priority: Major
Reporter: Robin Shen Assigned To: Unassigned
Resolution: Fixed Votes: 0
Remaining Estimate: Unknown Time Spent: Unknown
Original Estimate: Unknown


 Description   
QuickBuild start up shell reports "bad string" when executing the "tr" command to determine OS arch. However if switched to use "/usr/xpg4/bin/tr", everything is fine. The output for both tr commands:

$ uname -a | /usr/xpg4/bin/tr -d [:blank:]
SunOSfdsfire15.9Generic_118558-34sun4usparcSUNW,Sun-Fire-280R
 
$ uname -a | /bin/tr -d [:blank:]
Bad string

Generated at Tue May 21 16:32:20 UTC 2024 using JIRA 189.