Commit 5843231
committed
class-version.sh: work around new hexdump bug
It seems that newer versions of hexdump do not allow seeking from stdin
anymore? At least, that's what others online have concluded:
https://www.medo64.com/2021/06/hexdumps-illegal-seek/
Fortunately, in this case, we can just decode all 8 of the first bytes,
and then take the last 4.1 parent fd386c7 commit 5843231
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments