View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007867 | Kali Linux | General Bug | public | 2022-08-15 15:45 | 2022-08-19 15:00 |
Reporter | Platform2265 | Assigned To | Gamb1t | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2022.3 | ||||
Fixed in Version | 2022.3 | ||||
Summary | 0007867: Error "-bash: .: filename argument required" on WSL due to typo in /etc/profile | ||||
Description | When opening Kali on WSL, a two-line error prints before the login prompt: -bash: .: filename argument required The error might repeat multiple times depending on the number of files /etc/profile.d. The problem is due to a for loop at the end of /etc/profile. I think the loop was supposed to use a variable, since you see it unset 'i' even though 'i' is never declared. Original: Fixed: | ||||
Steps To Reproduce | Open Kali on WSL. The error is printed before the login prompt. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-08-15 15:45 | Platform2265 | New Issue | |
2022-08-19 15:00 | Gamb1t | Assigned To | => Gamb1t |
2022-08-19 15:00 | Gamb1t | Status | new => closed |
2022-08-19 15:00 | Gamb1t | Resolution | open => fixed |
2022-08-19 15:00 | Gamb1t | Fixed in Version | => 2022.3 |
2022-08-19 15:00 | Gamb1t | Note Added: 0016612 |