OMNeT++/OMNEST Bug Tracker - OMNeT++ | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000533 | OMNeT++ | command line tools | public | 2012-01-31 08:47 | 2014-10-03 10:06 |
Reporter | michael | ||||
Assigned To | rhornig | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 4.2.1 | ||||
Target Version | Fixed in Version | 4.6 | |||
Summary | 0000533: MINGW: msys\etc\profile | ||||
Description | Extraction of OMNeT++ version number in msys\etc\profile is not correct in all situations: PRODUCT=`cat Version | sed 's/omnetpp-/OMNeT++ /' | sed 's/omnest-/OMNEST /'` echo "Welcome to $PRODUCT!" if [ ! -f Makefile.inc ]; then should be changed into: PRODUCT=`cat "${OMNETPP_ROOT}/Version" | sed 's/omnetpp-/OMNeT++ /' | sed 's/omnest-/OMNEST /'` echo "Welcome to $PRODUCT!" if [ ! -f "${OMNETPP_ROOT}/Makefile.inc" ]; then the original code only works if you are in the OMNETPP_ROOT directory. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-01-31 08:47 | michael | New Issue | |||
2012-01-31 08:59 | michael | Note Added: 0000710 | |||
2012-01-31 11:00 | rhornig | Note Added: 0000711 | |||
2012-01-31 13:18 | michael | Note Added: 0000712 | |||
2012-01-31 13:20 | michael | Note Added: 0000713 | |||
2014-10-03 10:06 | rhornig | Note Added: 0000937 | |||
2014-10-03 10:06 | rhornig | Status | new => resolved | ||
2014-10-03 10:06 | rhornig | Fixed in Version | => 4.6 | ||
2014-10-03 10:06 | rhornig | Resolution | open => fixed | ||
2014-10-03 10:06 | rhornig | Assigned To | => rhornig |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|