Commit 7f3b8c6
committed
[simple_system] Argument parsing fix
All these commands were working in Bash but not in Fish. This commit
removes the = between the field and the value and replaces this with the
more portable space. It also changes the commands in the readme to use
the pipe input instead of setting the argument variable. This is because
otherwise shells like fish interpret the output of the ibex_config.py
scripts as one long string instead of multiple arguments.1 parent 05ef0e6 commit 7f3b8c6
File tree
3 files changed
+5
-5
lines changed- examples
- simple_system
- sw/benchmarks
- util
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments