diff options
| author | Torsten Bögershausen <tboegi@web.de> | 2023-01-22 07:28:39 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-01-22 08:14:40 -0800 |
| commit | 5458ba0a4d2c65ddf7c844fd976906e04f61569a (patch) | |
| tree | d9a8cb5c05e76554f693841a4663c5870182bdc4 /git-gui/lib/class.tcl | |
| parent | 0227130244c007870c106fc613903d078730e45c (diff) | |
t0003: call dd with portable blocksize
The command `dd bs=101M count=1` is not portable,
e.g. dd shipped with MacOs does not understand the 'M'.
Use `dd bs=1048576 count=101`, which achives the same, instead.
Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/class.tcl')
0 files changed, 0 insertions, 0 deletions
