Anonymous | Login | 2022-06-26 05:02 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000944 | OMNeT++ | command line tools | public | 2016-02-04 12:00 | 2016-02-04 12:53 | ||||
Reporter | julius.f | ||||||||
Assigned To | rhornig | ||||||||
Priority | normal | Severity | trivial | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | x86 | OS | GNU/Linux | OS Version | ? | ||||
Product Version | |||||||||
Target Version | Fixed in Version | 5.0 | |||||||
Summary | 0000944: setenv script of 5.0b3 not posix compliant | ||||||||
Description | Line 17 of setenv checks it the current platform is OSX: if [ `uname` == "Darwin" ]; then The problem here is that the "==" operator is not posix compliant and does not work on all Linux machines. Replacing it with the simple "=" operator solves this issue: if [ `uname` = "Darwin" ]; then see: http://stackoverflow.com/questions/25846454/bin-sh-odd-string-comparison-error-unexpected-operator [^] | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0001161) rhornig (administrator) 2016-02-04 12:53 |
right. thanks for reporting. Fixed in the main repo. |
![]() |
|||
Date Modified | Username | Field | Change |
2016-02-04 12:00 | julius.f | New Issue | |
2016-02-04 12:53 | rhornig | Note Added: 0001161 | |
2016-02-04 12:53 | rhornig | Status | new => resolved |
2016-02-04 12:53 | rhornig | Fixed in Version | => 5.0 |
2016-02-04 12:53 | rhornig | Resolution | open => fixed |
2016-02-04 12:53 | rhornig | Assigned To | => rhornig |
Copyright © 2000 - 2022 MantisBT Team |