View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005809 | Rocky-Linux-8 | bash | public | 2024-02-21 05:40 | 2024-02-22 01:06 |
| Reporter | WiFi NoYo | Assigned To | Brian Clemens | ||
| Priority | immediate | Severity | major | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Platform | x86_64 | OS | Linux | OS Version | Rocky8.9 |
| Summary | 0005809: bug that the return value of shell variable is empty | ||||
| Description | ```shell echo media > /tmp/1.txt tmp=$(sed -n 1p /tmp/1.txt) echo $tmp # return media echo $tmp as #return asia hope return media as ``` | ||||
| Steps To Reproduce | ```shell echo media > /tmp/1.txt tmp=$(sed -n 1p /tmp/1.txt) echo $tmp # return media echo $tmp as #return asia hope return media as ``` | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-02-21 05:40 | WiFi NoYo | New Issue | |
| 2024-02-22 00:39 | Brian Clemens | Note Added: 0006073 | |
| 2024-02-22 01:06 | Brian Clemens | Assigned To | => Brian Clemens |
| 2024-02-22 01:06 | Brian Clemens | Status | new => assigned |
| 2024-02-22 01:06 | Brian Clemens | Status | assigned => closed |
| 2024-02-22 01:06 | Brian Clemens | Resolution | open => unable to reproduce |