[dv] Prettify invalid option to column
Nobody has claimed this yet.
- Dominant language
- SystemVerilog
- Stars
- 2.1k
- Forks
- 810
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 9
Description
## Observed Behavior
When running `make prettify` I get the following error:
```
column: invalid option -- 'o'
usage: column [-txne] [-c columns] [-s sep] [file ...]
```
## Expected Behavior
I expect that the content of `scripts/prettify.sh` contains the options that are compatible on my system or otherwise tell me which one to use.
## My Environment
**Operating system:**
Ubuntu Linux 20.04
The manual for my column command states "BSD General Commands Manual" from July 29, 2004
**Version of the Ibex source code:**
7ab2571bea0daca3f14155d82f0124fb0b118799
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with scripts/prettify.sh and run make prettify to reproduce the column option error on Ubuntu 20.04. Compare the command with the stated BSD column manual and verify the compatible invocation. Done means the prettify target runs without the invalid-option error on the reported system.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100